1
0
Fork 0
mirror of synced 2024-06-25 18:31:09 -04:00
dotbot/Makefile

9 lines
130 B
Makefile
Raw Normal View History

2015-04-24 19:16:10 -04:00
.PHONY: clean lint
clean:
find . -type f -name '*.py[cod]' -delete
find . -type f -name '*.*~' -delete
lint: clean
-flake8 .