aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsudan <sudan@douban.com>2016-01-25 19:03:00 +0800
committersudan <sudan@douban.com>2016-01-25 19:03:00 +0800
commit459e96e906746e8ca2fb4e33235c4576f2e01541 (patch)
treefa5fa62ebf195118af9340c23b4d2e9d5e31a77a /Makefile
parentsmaller font (diff)
downloadstackbin-459e96e906746e8ca2fb4e33235c4576f2e01541.tar.gz
stackbin-459e96e906746e8ca2fb4e33235c4576f2e01541.tar.bz2
stackbin-459e96e906746e8ca2fb4e33235c4576f2e01541.zip
remove gunicorn
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