fixed makefile clean
This commit is contained in:
parent
91aa6afe1e
commit
c165686707
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -29,5 +29,5 @@ $(asm_objects): %.o: %.s
|
|||
$(ASMBLR) $< -o $@
|
||||
|
||||
clean:
|
||||
rm -f *.o myos.bin
|
||||
rm -f *.o myos.bin myos.iso
|
||||
rm -rf isodir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue