working on the backup and backup restore functionalities.
[bash-notes.git] / Makefile
CommitLineData
fb711183 1all: notes.sh
2
3notes.sh: SOURCE/head.sh SOURCE/CORE/helpers.sh SOURCE/CORE/core-* SOURCE/main.sh
4 cat $^ > "$@" || (rm -f "$@"; exit 1)
5 chmod 755 "$@"