fixed makefile clean

This commit is contained in:
InventorXtreme 2024-04-24 21:31:18 -04:00
parent 91aa6afe1e
commit c165686707

View file

@ -29,5 +29,5 @@ $(asm_objects): %.o: %.s
$(ASMBLR) $< -o $@ $(ASMBLR) $< -o $@
clean: clean:
rm -f *.o myos.bin rm -f *.o myos.bin myos.iso
rm -rf isodir rm -rf isodir