diff options
author | sudan <sudan@douban.com> | 2016-01-25 19:03:00 +0800 |
---|---|---|
committer | sudan <sudan@douban.com> | 2016-01-25 19:03:00 +0800 |
commit | 459e96e906746e8ca2fb4e33235c4576f2e01541 (patch) | |
tree | fa5fa62ebf195118af9340c23b4d2e9d5e31a77a /Makefile | |
parent | smaller font (diff) | |
download | stackbin-459e96e906746e8ca2fb4e33235c4576f2e01541.tar.gz stackbin-459e96e906746e8ca2fb4e33235c4576f2e01541.tar.bz2 stackbin-459e96e906746e8ca2fb4e33235c4576f2e01541.zip |
remove gunicorn
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
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 - |