fonttools/Makefile

15 lines
144 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
check:
./run-tests.sh