diff --git a/Makefile b/Makefile index d6a5672..1355857 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -targets := ns.clock cricket dclock romx selectors ram.drv util +targets := ns.clock cricket dclock romx selectors ram.drv util textcolors .PHONY: all $(targets) package diff --git a/package.sh b/package.sh index c737c1d..f762269 100755 --- a/package.sh +++ b/package.sh @@ -34,6 +34,11 @@ add_file "util/out/quit.system.SYS" "quit.system#FF0000" "/$VOLNAME add_file "util/out/pause.system.SYS" "pause.system#FF0000" "/$VOLNAME" add_file "util/out/date.BIN" "date#062000" "/$VOLNAME" +cadius CREATEFOLDER "$IMGFILE" "/$VOLNAME/TEXTCOLORS" --no-case-bits --quiet +for file in a2green bw deepblue gray gsblue mint pink wb; do + add_file "textcolors/out/${file}.system.SYS" "${file}.system#FF0000" "/$VOLNAME/TEXTCOLORS" +done + rm -r "$PACKDIR" cadius CATALOG "$IMGFILE"