This compiles.
This commit is contained in:
@@ -7,8 +7,11 @@ 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_NCC)/out.asm: $(UVM_JOY)/xerblin.c $(UVM_JOY)/font/font.h
|
||||
cd $(UVM_NCC) ; cargo run $(UVM_JOY)/xerblin.c
|
||||
|
||||
$(UVM_JOY)/font/font.h:
|
||||
gmake -C $(UVM_JOY)/font
|
||||
|
||||
clean:
|
||||
$(RM) $(UVM_NCC)/out.asm
|
||||
|
||||
Reference in New Issue
Block a user