mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
More Make and Build Tweaks
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
OBJECTS = camel80.bin
|
||||
TOOLS = ../../Tools
|
||||
OTHERS = *.rel
|
||||
DEST = ../HBIOS
|
||||
|
||||
include $(TOOLS)/Makefile.inc
|
||||
|
||||
@@ -3,6 +3,9 @@
|
||||
# fail on any error
|
||||
set -e
|
||||
|
||||
# overcome clock resolution issues
|
||||
sleep 2
|
||||
|
||||
timestamp=$(date +%Y-%m-%d)
|
||||
#timestamp="2020-02-24"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user