From 15be0f880ce9612e3d687add3ddd056247ed91ab Mon Sep 17 00:00:00 2001 From: tenox Date: Thu, 22 Feb 2018 00:28:46 -0800 Subject: Updated makefile to support git --- Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 19209e1..bc6e45c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,12 @@ -CC=gcc -Wall -O3 -DWFMGIT +# With GIT Integration +#CC=gcc -Wall -O3 -DWFMGIT +#LD=-lgit2 -lpthread + +# Without GIT Integration +CC=gcc -Wall -O3 +LD= + OB=wfm.o dir.o dialogs.o fileio.o cgic.o md5.o urlencode.o git.o -LD=-lgit2 -lpthread all: wfm -- cgit v1.2.3