X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile.FreeBSD;h=105943139fbeaad7058bc33125c08d2f1e1ad40c;hp=bf78471dcdc752afb9924270c66cb12b16528d11;hb=6492b1e5f25c68b3c164376c0f7b94874b491c80;hpb=8e55e8c8bcb1a0068609df61047b7a1c3bba10f9;ds=sidebyside diff --git a/Makefile.FreeBSD b/Makefile.FreeBSD index bf78471d..10594313 100644 --- a/Makefile.FreeBSD +++ b/Makefile.FreeBSD @@ -60,7 +60,7 @@ engines/null.o: engines/null.c $(CC) -o $*.o -c $(CFLAGS) $< clean: - -rm -f *.o .depend cscope.out $(PROGS) engines/*.o crc/*.o lib/*.o core.* core + -rm -f .depend cscope.out $(OBJS) $(PROGS) core.* core depend: @$(CC) -MM $(ALL_CFLAGS) *.c engines/*.c crc/*.c 1> .depend