1
0
Fork 0
mirror of synced 2024-11-22 16:25:34 -05:00
dotbot/Makefile
2015-04-25 02:16:10 +03:00

8 lines
130 B
Makefile

.PHONY: clean lint
clean:
find . -type f -name '*.py[cod]' -delete
find . -type f -name '*.*~' -delete
lint: clean
-flake8 .