summaryrefslogtreecommitdiff
path: root/actix/Makefile
diff options
context:
space:
mode:
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
-