fonttools/Makefile

15 lines
148 B
Makefile
Raw Normal View History

all:
./setup.py bdist
dist:
./setup.py sdist
install:
2015-04-07 19:09:37 -07:00
./setup.py install
install-user:
./setup.py install --user
2015-04-26 16:32:56 -04:00
check: all
./run-tests.sh