Revert "remove Makefile, as it's pretty useless"

This reverts commit a3688492438105bd890eda6ff2283952790d633c.

Sometimes all you want to type is "make" because it's brainless.
This commit is contained in:
Behdad Esfahbod 2016-09-27 11:57:13 +02:00
parent 693ba4e126
commit 064932e2e6

14
Makefile Normal file
View File

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