From f98a02f6ccfd1df5a5ac226b32898a6d425e38a7 Mon Sep 17 00:00:00 2001 From: Carlos Date: Wed, 1 Apr 2015 09:52:18 +0200 Subject: [PATCH] updated makefile --- 21-shell/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21-shell/Makefile b/21-shell/Makefile index f0e3700..1478294 100644 --- a/21-shell/Makefile +++ b/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