diff --git a/Makefile b/Makefile index fb3b07d..86b11a6 100644 --- a/Makefile +++ b/Makefile @@ -29,8 +29,7 @@ clean: rm -f *.zx0 rm -rf .tmp/ -start_new_project: - make clean +start_new_project: clean rm -rf .git git init -b main git add .devcontainer/ .vscode/ .gitignore