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:
parent
70a2287fbd
commit
8f87e4434e
@ -43,4 +43,4 @@ debug: os-image.bin kernel.elf
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf *.bin *.dis *.o os-image.bin *.elf
|
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.
Loading…
Reference in New Issue
Block a user