mirror of https://github.com/zxdos/zxuno.git
software: added explicit prerequisites for `esprst` in `Makefile`
This commit is contained in:
parent
b171731c00
commit
5449931173
|
|
@ -7,8 +7,8 @@ include ../../sdk/common.mk
|
|||
.PHONY: all
|
||||
all: esprst
|
||||
|
||||
esprst: *.asm
|
||||
sjasmplus main.asm
|
||||
esprst: main.asm uart.asm ring.asm
|
||||
sjasmplus $<
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Reference in New Issue