From f830274cb0c4f1efec2313f72007741957b86e76 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 11 Feb 2021 17:37:58 +0100 Subject: Implement Framework Installation --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9fe5771..bf9f0ca 100644 --- a/Makefile +++ b/Makefile @@ -2,10 +2,8 @@ all: - mkdir -p systemd/build - python3 manage.py build_systemd_files - mkdir -p flask/build - python3 manage.py build_flask_files + python3 manage.py build_systemd_file + python3 manage.py build_framework clean: rm -rf systemd/build @@ -13,9 +11,11 @@ clean: install: all python3 manage.py install_webroot - #find systemd/build -type f -exec sudo install -Dm 644 "{}" "/etc/systemd/system" \; + python3 manage.py install_framework + python3 manage.py install_systemd_file uninstall: python3 manage.py uninstall_webroot - #python3 manage.py uninstall_systemd_files + python3 manage.py uninstall_framework + python3 manage.py uninstall_systemd_file -- cgit v1.2.3-70-g09d2