diff --git a/Makefile b/Makefile deleted file mode 100644 index fd13171..0000000 --- a/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/make - -clean: - find . -iname '*.pyc' -delete - find . -iname '__pycache__' -delete - -default: - echo "Doing nothing -- run 'make clean'" - -all: default -