浏览代码

updated makefile

Carlos 10 年之前
父节点
当前提交
f98a02f6cc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      21-shell/Makefile

+ 1 - 1
21-shell/Makefile

@@ -44,4 +44,4 @@ debug: os-image.bin kernel.elf
 
 clean:
 	rm -rf *.bin *.dis *.o os-image.bin *.elf
-	rm -rf kernel/*.o boot/*.bin drivers/*.o boot/*.o cpu/*.o
+	rm -rf kernel/*.o boot/*.bin drivers/*.o boot/*.o cpu/*.o libc/*.o