More Make and Build Tweaks

This commit is contained in:
Wayne Warthen
2021-07-26 20:04:03 -07:00
parent 637174373f
commit 7fafb5cc4b
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,5 @@
OBJECTS = camel80.bin
TOOLS = ../../Tools
OTHERS = *.rel
DEST = ../HBIOS
include $(TOOLS)/Makefile.inc

View File

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