aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: ca269cafbf3e6828ca320dbf7b1c197a24f26350 (plain)
1
2
3
4
5
all: notes.sh

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