1
0
Fork 0
mirror of synced 2024-06-01 15:01:10 -04:00
dotbot/Makefile
2015-04-25 02:16:10 +03:00

9 lines
130 B
Makefile

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