diff options
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index e932433..6796f30 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -16,4 +16,4 @@ exceptions.o: ../src/simpl/exceptions.cpp $(CC) $(CFLAGS) ../src/simpl/exceptions.cpp clean: - rm -rf *o testbase + rm -rf *.o testbase |