jsontest will append as expected, bin/Debug/tempRecord doesn't

This commit is contained in:
2022-04-04 15:19:18 -06:00
parent 892fcfca6c
commit 9c58357a4c
3 changed files with 155 additions and 56 deletions

View File

@ -19,4 +19,6 @@ release:
.PHONY clean:
rm -rf -v !\(.gitignore\) $(DEBUG_DIR)/*
rm -rf -v !\(.gitignore\) $(BIN_DEBUG_DIR)/*
rm -rf -v !\(.gitignore\) $(RELEASE_DIR)/*
rm -rf -v !\(.gitignore\) $(BIN_RELEASE_DIR)/*