diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,8 +1,11 @@ # vim: shiftwidth=4 tabstop=4 noexpandtab -all: - echo "make all - nothing to do in this pure python project ;)" - debug: make -C src/ debug +install: + ./scripts/install + +uninstall: + ./scripts/uninstall + |