summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 0875513230e53c5884eeedcc64a9cfe3cfb26a0a (plain)
1
2
3
4
5
all: notes.sh

notes.sh: SOURCE/head.sh SOURCE/CORE/helpers.sh SOURCE/CORE/core-* SOURCE/main.sh
	cat $^ > "$@" || (rm -f "$@"; exit 1)
	chmod 755 "$@"