Makefile: clean should kill ext-lib makefiles

This commit is contained in:
K. Lange 2018-10-05 23:26:09 +09:00
parent 1870bdbdc2
commit c0f3ab2224

View File

@ -292,7 +292,7 @@ clean:
rm -f ${KERNEL_OBJS} ${KERNEL_ASMOBJS} kernel/symbols.o kernel/symbols.S
rm -f base/lib/crt*.o
rm -f ${MODULES}
rm -f ${APPS_Y} ${LIBS_Y}
rm -f ${APPS_Y} ${LIBS_Y} ${EXT_LIBS_Y}
ifneq (,$(findstring Microsoft,$(shell uname -r)))
QEMU_ARGS=-serial mon:stdio -m 1G -rtc base=localtime -vnc :0