From ed50944ce7b35861b9bc061a8651cadd448a297c Mon Sep 17 00:00:00 2001 From: mco-system Date: Thu, 6 Apr 2023 21:53:10 +1100 Subject: [PATCH] wip beta --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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