fixed Makefile lesson 14

This commit is contained in:
Carlos Fenollosa 2014-10-21 09:43:43 +02:00
parent 70a2287fbd
commit 8f87e4434e
2 changed files with 1 additions and 1 deletions

View File

@ -43,4 +43,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
rm -rf kernel/*.o boot/*.bin drivers/*.o boot/*.o

Binary file not shown.