Skip to content
Snippets Groups Projects
Commit 35806035 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Change order of commands in make stop

parent 179c00b6
No related branches found
No related tags found
No related merge requests found
...@@ -93,8 +93,8 @@ start: ...@@ -93,8 +93,8 @@ start:
stop: stop:
killall gunicorn
tmux kill-session -t ${SESSION_NAME} tmux kill-session -t ${SESSION_NAME}
killall gunicorn
clean: clean:
rm Makefile rm Makefile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment