diff --git a/software/esprst/Makefile b/software/esprst/Makefile index b286114..a93b5b1 100644 --- a/software/esprst/Makefile +++ b/software/esprst/Makefile @@ -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: