diff options
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 |