diff options
| author | danix <danix@danix.xyz> | 2023-04-13 15:27:16 +0200 |
|---|---|---|
| committer | danix <danix@danix.xyz> | 2023-04-13 15:27:16 +0200 |
| commit | 4cbcb39e2007338c1c6ec17376c14b841ce6f733 (patch) | |
| tree | 18593d0254d253bcdd711581465db828f30fadb7 /Makefile | |
| parent | 6a1930959e1cb0ec8739254bedc6b8de2bcc20fd (diff) | |
| download | bash-notes-4cbcb39e2007338c1c6ec17376c14b841ce6f733.tar.gz bash-notes-4cbcb39e2007338c1c6ec17376c14b841ce6f733.zip | |
initial setup of git functionality. The program can now initalize a local repo and add a remote.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 "$@" |
