From 42d9e300d8ee16af3d005bb6146258515e517bf9 Mon Sep 17 00:00:00 2001 From: John Glover Date: Sun, 21 Aug 2011 18:15:02 +0100 Subject: bugfix: remove .o files instead of *o --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3