From ed117bdc880142a9a60ec300645a0f03cbcc2927 Mon Sep 17 00:00:00 2001 From: b1ackmai1er Date: Sat, 16 Oct 2021 10:26:46 +0800 Subject: [PATCH] Update Makefile --- Source/Apps/Dev/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/Apps/Dev/Makefile b/Source/Apps/Dev/Makefile index d2afb052..b7f5e392 100644 --- a/Source/Apps/Dev/Makefile +++ b/Source/Apps/Dev/Makefile @@ -1,8 +1,8 @@ -OBJECTS = Dev.com *.ovr *.hlp Dev.doc +OBJECTS = Dev.com +DOCS = Dev.doc DEST = ../../../Binary/Apps +DOCDEST = ../../../Binary/Apps TOOLS = ../../../Tools -OTHERS = *.hex -NODELETE = *.ovr *.doc *.hlp include $(TOOLS)/Makefile.inc %.com: USETASM=1