diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,8 +2,11 @@ build: python setup.py build_ext --inplace clean: - find \( -name \*.c -o -name \*.h \) -exec rm {} \; + find \( -name \*.c -o -name \*.h -o -name \*.so \) -exec rm {} \; rm -rf build +install: + pip install . + docs: make -C docs html |
