make 'clean' makefile target rm test binary

This commit is contained in:
Jeffrey Paul 2024-05-18 22:11:26 -07:00
parent 14ffbe4eb4
commit de1eeb214e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ simgame: examples
./bin/simgame
clean:
rm -rf bin
rm -rf bin *.test
test:
go test -v -count=1 ./...