ignore local files (projects, R history...)
[valse.git] / src / test / Makefile
index 136b1d2..26d9bc6 100644 (file)
@@ -33,9 +33,9 @@ test.selectionTotale: $(LIB) test.selectionTotale.o test_utils.o
        $(CC) -fPIC -o $@ -c $< $(CFLAGS) $(INCLUDES)
 
 clean:
-       rm -f *.o ../sources/*.o
+       rm -f *.o ../sources/*.o ../adapters/*.o
 
 cclean: clean
-       rm -f $(LIB) $(TESTS)
+       rm -f *.so $(TESTS)
 
 .PHONY: all clean cclean