From 3fd8c798989ad5618206df3fb4077a5ebdfd2c79 Mon Sep 17 00:00:00 2001 From: b1ackmai1er Date: Sat, 16 Oct 2021 10:43:50 +0800 Subject: [PATCH] getting linux build to work --- Source/Apps/Dev/Clean.cmd | 2 +- Source/Apps/Dev/Makefile | 2 +- Source/Apps/Dev/dev.txt | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 Source/Apps/Dev/dev.txt diff --git a/Source/Apps/Dev/Clean.cmd b/Source/Apps/Dev/Clean.cmd index e9a0e341..00648f91 100644 --- a/Source/Apps/Dev/Clean.cmd +++ b/Source/Apps/Dev/Clean.cmd @@ -1,7 +1,7 @@ @echo off setlocal -if exist Dev.com del Dev.com +if exist dev.com del dev.com if exist *.hex del *.hex if exist *.lst del *.lst if exist *.zip del *.zip diff --git a/Source/Apps/Dev/Makefile b/Source/Apps/Dev/Makefile index d91d97e2..56c24fce 100644 --- a/Source/Apps/Dev/Makefile +++ b/Source/Apps/Dev/Makefile @@ -1,5 +1,5 @@ OBJECTS = dev.com -DOCS = dev.doc +DOCS = dev.txt DEST = ../../../Binary/Apps DOCDEST = ../../../Binary/Apps TOOLS = ../../../Tools diff --git a/Source/Apps/Dev/dev.txt b/Source/Apps/Dev/dev.txt new file mode 100644 index 00000000..60301781 --- /dev/null +++ b/Source/Apps/Dev/dev.txt @@ -0,0 +1 @@ +THE DEV DIRECTORY IS A SKELETON DIRECTORY TO AID SETTING UP A BUILD PROCESS FOR A NEW PROGRAM