X-Git-Url: https://git.auder.net/?a=blobdiff_plain;ds=sidebyside;f=test%2FMakefile;h=502d5b583ad8c1118550046ba0e4c4bbad0539ae;hb=c0846e18ccdfce9bccdcfd730496926b7812ef8c;hp=0fa11891c221f68ff0f38724ba8bf79510668944;hpb=3f3ed99c0d4a42cf7ba87144cb2c6967c9c2fdab;p=valse.git diff --git a/test/Makefile b/test/Makefile index 0fa1189..502d5b5 100644 --- a/test/Makefile +++ b/test/Makefile @@ -33,7 +33,7 @@ test.selectionTotale: $(LIB) test.selectionTotale.o test_utils.o $(CC) -fPIC -o $@ -c $< $(CFLAGS) $(INCLUDES) clean: - rm -f *.o ../pkg/src/sources/*.o ../pkg/src/adapters/*.o + rm -f *.o ../pkg/src/sources/*.o cclean: clean rm -f *.so $(TESTS)