diff options
author | Galin Simeonov <gts@volconst.com> | 2021-09-25 11:43:15 +0300 |
---|---|---|
committer | Galin Simeonov <gts@volconst.com> | 2021-09-25 11:43:15 +0300 |
commit | 9868bd4ae045aadeb5cd9af6a13231462948077e (patch) | |
tree | 14f48c77bf0a0a93ff311079502f05bcc3593324 /makefile | |
parent | 4e7e1184d5b8b1d067134e7c7459f1c610ac55e6 (diff) | |
download | volgit-9868bd4ae045aadeb5cd9af6a13231462948077e.tar.gz |
separating git stuff into a different file
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/makefile b/makefile deleted file mode 100644 index 3117c76..0000000 --- a/makefile +++ /dev/null @@ -1,8 +0,0 @@ -volgit: volgit.o - c99 -g volgit.o -lgit2 -o volgit - -volgit.o: volgit.c - c99 -g -c volgit.c -o volgit.o - -clean: - rm -rf volgit.o volgit |