Browse Source

More Make and Build Tweaks

pull/246/head
Wayne Warthen 5 years ago
parent
commit
7fafb5cc4b
  1. 1
      Source/Forth/Makefile
  2. 3
      Source/HBIOS/Build.sh

1
Source/Forth/Makefile

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

3
Source/HBIOS/Build.sh

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

Loading…
Cancel
Save