File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1616 rm -f libmultiboot.so
1717 rm -f libmultiboot.so.full
1818 rm -f ${OBJS}
19- rm * .gcda * .gcno * .gcov
19+ rm -f * .gcda * .gcno * .gcov
20+ rm -f .depend.*
2021 $(MAKE ) -C tests clean
2122
2223.PHONY : check
@@ -38,4 +39,4 @@ libmultiboot.so.full: ${OBJS}
3839 $(CC ) -shared ${CFLAGS} -Wl,-Bsymbolic ${LDFLAGS} -o $@ $> ${LDADD} ${LIBELF}
3940
4041.c.o :
41- $(CC ) -c -fPIC -I. -Wall ${CFLAGS} -o $@ $>
42+ $(CC ) -c -fPIC -I. -Wall ${CFLAGS} -o $@ $>
Original file line number Diff line number Diff line change @@ -29,9 +29,17 @@ clean:
2929 $(MAKE ) -C data/multiboot clean
3030 rm -f test-allocator.o
3131 rm -f test-mock-bhyveload.o
32+ rm -f test-loader.o
33+ rm -f test-multiboot.o
34+ rm -f mock/compat-* .o
3235 rm -f mock/bhyveload.o
3336 rm -f test-allocator
34- rm * .gcda * .gcno * .gcov
37+ rm -f test-loader
38+ rm -f test-mock-bhyveload
39+ rm -f test-multiboot
40+ rm -f data_* .o
41+ rm -f * .gcda * .gcno * .gcov
42+ rm -f .depend.*
3543
3644.PHONY : ${MB_DIR}/mmap.elf
3745${MB_DIR}/mmap.elf :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ all: mmap.elf modules.elf
1717
1818.PHONY : clean
1919clean :
20- rm -f start.o mmap.o libc.o test-multiboot.o
20+ rm -f start.o mmap.o libc.o test-multiboot.o modules.o
2121 rm -f mmap.elf
2222 rm -f modules.elf
2323
You can’t perform that action at this time.
0 commit comments