getting linux build to work

This commit is contained in:
b1ackmai1er
2021-10-16 10:43:50 +08:00
parent 3ac788374b
commit 3fd8c79898
3 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -1,5 +1,5 @@
OBJECTS = dev.com
DOCS = dev.doc
DOCS = dev.txt
DEST = ../../../Binary/Apps
DOCDEST = ../../../Binary/Apps
TOOLS = ../../../Tools

1
Source/Apps/Dev/dev.txt Normal file
View File

@@ -0,0 +1 @@
THE DEV DIRECTORY IS A SKELETON DIRECTORY TO AID SETTING UP A BUILD PROCESS FOR A NEW PROGRAM