initial setup of git functionality. The program can now initalize a local repo and...
[bash-notes.git] / Makefile
index 0875513..ca269ca 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 all: notes.sh
 
-notes.sh: SOURCE/head.sh SOURCE/CORE/helpers.sh SOURCE/CORE/core-* SOURCE/main.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 "$@"