CofeehousePy/Makefile

11 lines
189 B
Makefile
Raw Normal View History

2020-12-25 20:16:54 +01:00
clean:
rm -rf dltc/build
rm -rf dltc/dist
rm -rf dltc/coffeehouse_dltc.egg-info
build:
python3 dltc/setup.py build
python3 dltc/setup.py sdist
install:
python3 dltc/setup.py install