diff --git a/Makefile b/Makefile index 8bcb8b8..3bb6bd2 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,8 @@ run: stop: -set -e;\ - kill -15 $$(cat thsf.pid); \ + THSF_DIR=$$(pwd); \ + kill -15 $$(cat $$THSF_DIR/thsf.pid); \ rm thsf.pid clean: