1
0
Fork 0
mirror of synced 2024-11-22 16:25:34 -05: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 .