Skip to content

Commit

Permalink
remove object files for target clean
Browse files Browse the repository at this point in the history
  • Loading branch information
muquit committed May 31, 2015
1 parent 3134f2e commit 9b001cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.nmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ TEST:TESTER
tests\test_with_test_vectors.exe

clean:
del $(OBJS) $(LIBRARY) *.bak *.exe tests\test_with_test_vectors.exe
del $(OBJS) $(LIBRARY) *.obj *.bak *.exe tests\*.obj tests\test_with_test_vectors.exe

0 comments on commit 9b001cc

Please sign in to comment.