diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2010-02-04 18:55:39 +0000 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 01:38:26 +0200 |
| commit | 1aeb3051b91d55cb23e15d5b03fe71a7cb447860 (patch) | |
| tree | fd9a51a51dd398488a4ca9b67645bbc9e7547443 /tests/Makefile.in | |
| parent | caedd756a73367c72e8c2c64c5554419d2168b97 (diff) | |
Many updates for release 4.0.7 (gs).
Diffstat (limited to 'tests/Makefile.in')
| -rw-r--r-- | tests/Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index 4e93823..6947676 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -43,13 +43,13 @@ testall : testall.cpp $(OBJECTS) $(CC) $(CFLAGS) $(DEFS) -o testall testall.cpp $(OBJECT_PATH)/*.o $(LIBRARY) clean : - -rm $(OBJECT_PATH)/*.o - -rm $(PROGRAMS) - -rm -f *.raw *~ *.exe - -rm -fR *.dSYM + $(RM) -f $(OBJECT_PATH)/*.o + $(RM) -f $(PROGRAMS) + $(RM) -f *.raw *~ *.exe + $(RM) -fR *.dSYM distclean: clean - -rm Makefile + $(RM) Makefile strip : strip $(PROGRAMS) |
