seitime-frappe/Makefile
2018-03-08 15:18:32 +05:30

4 lines
No EOL
99 B
Makefile

BASEDIR := $(realpath .)
clean:
find $(BASEDIR) | grep -E "__pycache__|\.pyc" | xargs rm -rf