initial setup of git functionality. The program can now initalize a local repo and...
[bash-notes.git] / Makefile
... / ...
CommitLineData
1all: notes.sh
2
3notes.sh: SOURCE/head.sh SOURCE/CORE/helpers.sh SOURCE/CORE/git.sh SOURCE/CORE/core-* SOURCE/main.sh
4 cat $^ > "$@" || (rm -f "$@"; exit 1)
5 chmod 755 "$@"