X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=src%2Ftest%2FMakefile;h=d582826866d940291fbf0e95efa2d6de9dcd3cf4;hp=136b1d29c57783072d2e2c3a31ce77169dbe7534;hb=46a2e676b2d85eef5a1811a6e623b65327fc451d;hpb=ef67d338c7f28ba041abe40ca9a8ab69f8365a90 diff --git a/src/test/Makefile b/src/test/Makefile index 136b1d2..d582826 100644 --- a/src/test/Makefile +++ b/src/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 ../sources/*.o + rm -f *.o ../sources/*.o ../adapters/*.o cclean: clean rm -f $(LIB) $(TESTS)