From 249d11ccee0bccbd4785794913c44c2eafc2c460 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 7 Mar 2021 11:10:38 +0100 Subject: Implement Deployment --- Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 + -- cgit v1.2.3-70-g09d2