From fcfffa47accad303bd9d927502396d8e4174c234 Mon Sep 17 00:00:00 2001
From: xengineering <mail2xengineering@protonmail.com>
Date: Mon, 1 Mar 2021 14:16:47 +0100
Subject: Actix Example

---
 Makefile | 21 ---------------------
 1 file changed, 21 deletions(-)
 delete mode 100644 Makefile

(limited to 'Makefile')

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
-
-- 
cgit v1.2.3-70-g09d2