aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 54bc12a..0000000
--- a/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-export PYTHONWARNINGS?=ignore
-
-reloadgunicorn:
- cat var/app.pid | xargs kill -HUP
-
-stopgunicorn:
- cat var/app.pid | xargs kill -SIGTERM
-
-clean_pyc:
- @find `pwd` \( -name '*.pyc' -o -name '*.ptlc' \) -type f -delete
-
bgstack15