From 54499311734c700b8b720467ad13a8661b789cd6 Mon Sep 17 00:00:00 2001 From: Ivan Tatarinov Date: Thu, 15 Apr 2021 19:27:03 +0300 Subject: [PATCH] software: added explicit prerequisites for `esprst` in `Makefile` --- software/esprst/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: