Skip to content

Commit

Permalink
delete jsmn_test.exe when doing make clean
Browse files Browse the repository at this point in the history
When building the jsmn test suite on Windows via mingw, the output executable is called "jsmn_test.exe" instead of just "jsmn_test".
  • Loading branch information
frnknstn committed Dec 23, 2013
1 parent 958c758 commit ee10da0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee10da0

Please sign in to comment.