From 4bd371a36bdb5e4c2e71fbbe38c3b4e45ccab3cc Mon Sep 17 00:00:00 2001 From: b1ackmai1er Date: Sat, 16 Oct 2021 10:19:29 +0800 Subject: [PATCH] Update Makefile --- Source/Apps/Dev/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Apps/Dev/Makefile b/Source/Apps/Dev/Makefile index 54028207..d2afb052 100644 --- a/Source/Apps/Dev/Makefile +++ b/Source/Apps/Dev/Makefile @@ -3,7 +3,8 @@ DEST = ../../../Binary/Apps TOOLS = ../../../Tools OTHERS = *.hex NODELETE = *.ovr *.doc *.hlp +include $(TOOLS)/Makefile.inc %.com: USETASM=1 -include $(TOOLS)/Makefile.inc +