diff --git a/Makefile b/Makefile index 9d58c45..a10602a 100644 --- a/Makefile +++ b/Makefile @@ -31,4 +31,4 @@ clean: . thsf_venv/bin/activate; \ pip uninstall thsf -y -all: clean stop install run +all: stop clean install run