mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
getting linux build to work
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
1
Source/Apps/Dev/dev.txt
Normal file
@@ -0,0 +1 @@
|
||||
THE DEV DIRECTORY IS A SKELETON DIRECTORY TO AID SETTING UP A BUILD PROCESS FOR A NEW PROGRAM
|
||||
Reference in New Issue
Block a user