summaryrefslogtreecommitdiff
path: root/actix/Makefile
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-03-06 20:51:23 +0100
committerxengineering <mail2xengineering@protonmail.com>2021-03-06 20:51:23 +0100
commitf48ce5deb19d83e6d5e87f51c59e538f4b66d79e (patch)
treed95ac46c757c4506044fbb4e0469ecadf3f78ef7 /actix/Makefile
parentf9714353664507845bad9e5856f5396ab3d629b2 (diff)
downloadweb-template-f48ce5deb19d83e6d5e87f51c59e538f4b66d79e.tar
web-template-f48ce5deb19d83e6d5e87f51c59e538f4b66d79e.tar.zst
web-template-f48ce5deb19d83e6d5e87f51c59e538f4b66d79e.zip
Switch back to Flask
Diffstat (limited to 'actix/Makefile')
-rw-r--r--actix/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/actix/Makefile b/actix/Makefile
deleted file mode 100644
index 0222e71..0000000
--- a/actix/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# vim: tabstop=4 shiftwidth=4 noexpandtab
-
-debug:
- cargo build
-
-release:
- cargo build --release
-
-clean:
- cargo clean
-