From 9868bd4ae045aadeb5cd9af6a13231462948077e Mon Sep 17 00:00:00 2001 From: Galin Simeonov Date: Sat, 25 Sep 2021 11:43:15 +0300 Subject: separating git stuff into a different file --- makefile | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 makefile (limited to 'makefile') 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 -- cgit v1.2.3