delete jsmn_test.exe when doing make clean

When building the jsmn test suite on Windows via mingw, the output executable is called "jsmn_test.exe" instead of just "jsmn_test".
master
Peter Finlayson 11 years ago
parent 958c758f2e
commit ee10da0f1e

@ -20,6 +20,7 @@ jsmn_test.o: jsmn_test.c libjsmn.a
clean:
rm -f jsmn.o jsmn_test.o
rm -f jsmn_test
rm -f jsmn_test.exe
rm -f libjsmn.a
.PHONY: all clean test

Loading…
Cancel
Save