Remove spurious nested make

This commit is contained in:
2025-07-10 11:35:33 +00:00
parent 3b8f72d53c
commit 37c56f30f7

View File

@@ -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