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