mirror of https://github.com/zxdos/zxuno.git
software: added explicit prerequisites for `ugophy` in `Makefile`, removed autogenerated `ugoph.tap`
This commit is contained in:
parent
5449931173
commit
5cf69f5b6c
|
|
@ -7,9 +7,9 @@ include ../../sdk/common.mk
|
|||
.PHONY: all
|
||||
all: ugoph.bin
|
||||
|
||||
ugoph.bin: *.asm
|
||||
sjasmplus main.asm
|
||||
ugoph.bin ugoph.tap: main.asm tscreen.asm keyboard.asm utils.asm wifi.asm gopher.asm render.asm textrender.asm uart.asm ring.asm esxdos.asm vtpl.asm
|
||||
sjasmplus $<
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f ugoph.bin
|
||||
rm -f ugoph.bin ugoph.tap
|
||||
|
|
|
|||
Loading…
Reference in New Issue