Depend on graphics.h.

This commit is contained in:
Simon Forman
2023-02-26 13:24:34 -08:00
parent dbc2fe5854
commit d7db105bc8
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ UVM_VM=$(UVM)/vm
run: $(UVM_NCC)/out.asm
cd $(UVM_VM) ; cargo run $(UVM_NCC)/out.asm
$(UVM_NCC)/out.asm: $(UVM_JOY)/xerblin.c $(UVM_JOY)/font/font.h
$(UVM_NCC)/out.asm: $(UVM_JOY)/xerblin.c $(UVM_JOY)/graphics.h $(UVM_JOY)/font/font.h
cd $(UVM_NCC) ; cargo run $(UVM_JOY)/xerblin.c
$(UVM_JOY)/font/font.h: