1
0
mirror of https://github.com/cfenollosa/os-tutorial.git synced 2024-10-27 20:34:19 +00:00

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
14-checkpoint

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.