fix makefile clean rule
This commit is contained in:
parent
bb30cd2a65
commit
eae0e5e345
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -21,5 +21,5 @@ run: iso
|
||||||
qemu-system-i386 -d int -M smm=off -cdrom generated-iso.iso
|
qemu-system-i386 -d int -M smm=off -cdrom generated-iso.iso
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf *.o kernel.bin *.iso isodir/
|
rm -rf *.o **/**.o kernel.bin *.iso isodir/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue