From a4278f2e9e3813407ab479dad4195913e1e7bb3f Mon Sep 17 00:00:00 2001 From: b1ackmai1er Date: Sat, 16 Oct 2021 10:15:36 +0800 Subject: [PATCH] Update Makefile --- Source/Apps/Dev/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Apps/Dev/Makefile b/Source/Apps/Dev/Makefile index deb22e49..54028207 100644 --- a/Source/Apps/Dev/Makefile +++ b/Source/Apps/Dev/Makefile @@ -4,6 +4,6 @@ TOOLS = ../../../Tools OTHERS = *.hex NODELETE = *.ovr *.doc *.hlp -USETASM=1 +%.com: USETASM=1 include $(TOOLS)/Makefile.inc