120
120
run: $(INI) charmworld/static/css/theme.css
121
121
$(PSERVE) --reload --monitor-restart $(INI)
124
142
find . -type f -name '*.py[co]' -print0 | xargs -r0 $(RM)
125
143
find . -type f -name '*~' -print0 | xargs -r0 $(RM)
130
148
distclean: clean clean_venv
131
149
$(RM) tags TAGS .installed.cfg