diff options
Diffstat (limited to 'tests/Makefile.in')
| -rw-r--r-- | tests/Makefile.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index f33d669..f8966bf 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -37,9 +37,12 @@ sysextest : sysextest.cpp $(OBJECTS) $(CC) $(CFLAGS) $(DEFS) -o sysextest sysextest.cpp $(OBJECT_PATH)/RtMidi.o $(LIBRARY) clean : - -rm $(OBJECT_PATH)/*.o - -rm $(PROGRAMS) *.exe - -rm -f *~ + $(RM) -f $(OBJECT_PATH)/*.o + $(RM) -f $(PROGRAMS) *.exe + $(RM) -f *~ + +distclean: clean + $(RM) -f Makefile strip : strip $(PROGRAMS) |
