1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-11-25 23:06:55 +01:00
lodel2_mirror/install/Makefile
2015-12-02 14:47:50 +01:00

17 lines
257 B
Makefile

all:
refreshdyn:
python -c "import utils; utils.refreshdyn()"
dbinit:
python -c "import utils; utils.db_init()"
.PHONY: clean cleanpycache cleanpyc refreshdyn
clean: cleanpycache
cleanpyc:
-@rm -v *.pyc
cleanpycache: cleanpyc
-@rm -vR __pycache__