diff --git a/makefile b/makefile index aa646a5..a25172a 100644 --- a/makefile +++ b/makefile @@ -20,7 +20,9 @@ start: db-start api-start ui-start stop: ui-stop api-stop db-stop # Clean everything -clean: ui-clean api-clean db-clean +clean: + chmod +x ./src/clean-data.sh + ./src/clean-data.sh # Setup Database db-init: config