added TODO list
[bash-notes.git] / Makefile
CommitLineData
fb711183 1all: notes.sh
2
4cbcb39e 3notes.sh: SOURCE/head.sh SOURCE/CORE/helpers.sh SOURCE/CORE/git.sh SOURCE/CORE/core-* SOURCE/main.sh
fb711183 4 cat $^ > "$@" || (rm -f "$@"; exit 1)
5 chmod 755 "$@"