summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8814205..66854cc 100644
--- a/Makefile
+++ b/Makefile
@@ -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
+