From 4cbcb39e2007338c1c6ec17376c14b841ce6f733 Mon Sep 17 00:00:00 2001 From: danix Date: Thu, 13 Apr 2023 15:27:16 +0200 Subject: initial setup of git functionality. The program can now initalize a local repo and add a remote. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0875513..ca269ca 100644 --- 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 "$@" -- cgit v1.2.3