remove Makefile, as it's pretty useless

This commit is contained in:
Cosimo Lupo 2016-08-19 11:17:59 +01:00
parent c1f4fff307
commit a368849243

View File

@ -1,14 +0,0 @@
all:
./setup.py bdist
dist:
./setup.py sdist
install:
./setup.py install
install-user:
./setup.py install --user
check: all
./run-tests.sh