diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 73fa622..0000000 --- a/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -BUILDDIR := build - -.PHONY: default clean - -default: - tox - -clean: - rm -rf .tox build |