main.o is not a phony target.

This commit is contained in:
Tim 'mithro' Ansell 2016-12-15 19:56:58 +01:00
parent 4522157ddd
commit 46bbec5494
1 changed files with 1 additions and 1 deletions

View File

@ -34,4 +34,4 @@ main.o: $(BIOS_DIRECTORY)/main.c
clean:
$(RM) $(OBJECTS) bios.elf bios.bin .*~ *~
.PHONY: all clean main.o
.PHONY: all clean