X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=src%2Ftest%2FMakefile;h=26d9bc6205d8fbb15f00322a3cba8e116a21a183;hp=d582826866d940291fbf0e95efa2d6de9dcd3cf4;hb=825cf55fc9827ba99b6d771b513545d297234897;hpb=22d21a222df140221657af24d71fe05af54a6adc diff --git a/src/test/Makefile b/src/test/Makefile index d582826..26d9bc6 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -36,6 +36,6 @@ clean: rm -f *.o ../sources/*.o ../adapters/*.o cclean: clean - rm -f $(LIB) $(TESTS) + rm -f *.so $(TESTS) .PHONY: all clean cclean