From aa1acc9bf8f751e64b5e754eec46b8c37faca0b6 Mon Sep 17 00:00:00 2001 From: b1ackmai1er Date: Sat, 16 Oct 2021 10:33:41 +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 02b18e84..231c967d 100644 --- a/Source/Apps/Dev/Makefile +++ b/Source/Apps/Dev/Makefile @@ -1,10 +1,10 @@ -OBJECTS = Dev.com -DOCS = Dev.doc +OBJECTS = dev.com +DOCS = dev.doc DEST = ../../../Binary/Apps DOCDEST = ../../../Binary/Apps TOOLS = ../../../Tools include $(TOOLS)/Makefile.inc -Dev.com: USETASM=1 +dev.com: USETASM=1