diff options
author | xengineering <mail2xengineering@protonmail.com> | 2021-03-01 14:16:47 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2021-03-01 14:16:47 +0100 |
commit | fcfffa47accad303bd9d927502396d8e4174c234 (patch) | |
tree | 277db3e6c2b2e9593fe3afd2c8dbf22747e74f99 /Makefile | |
parent | 7c461d3ed31a1805b30e5701873ad702a64ba0de (diff) | |
download | web-template-fcfffa47accad303bd9d927502396d8e4174c234.tar web-template-fcfffa47accad303bd9d927502396d8e4174c234.tar.zst web-template-fcfffa47accad303bd9d927502396d8e4174c234.zip |
Actix Example
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index bf9f0ca..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# vim: tabstop=4 shiftwidth=4 noexpandtab - - -all: - python3 manage.py build_systemd_file - python3 manage.py build_framework - -clean: - rm -rf systemd/build - rm -rf flask/build - -install: all - python3 manage.py install_webroot - python3 manage.py install_framework - python3 manage.py install_systemd_file - -uninstall: - python3 manage.py uninstall_webroot - python3 manage.py uninstall_framework - python3 manage.py uninstall_systemd_file - |