fonttools/Makefile
Behdad Esfahbod 064932e2e6 Revert "remove Makefile, as it's pretty useless"
This reverts commit a3688492438105bd890eda6ff2283952790d633c.

Sometimes all you want to type is "make" because it's brainless.
2016-09-27 11:57:13 +02:00

15 lines
148 B
Makefile

all:
./setup.py bdist
dist:
./setup.py sdist
install:
./setup.py install
install-user:
./setup.py install --user
check: all
./run-tests.sh