aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortenox <as@tenoware.com>2018-02-22 00:28:46 -0800
committertenox <as@tenoware.com>2018-02-22 00:28:46 -0800
commit15be0f880ce9612e3d687add3ddd056247ed91ab (patch)
tree8d1b88279c9362a5f96f6715eae4b4ade20b5192
parent5c04d6562755fcfecad9ed6ff8064d8bcf1bb1d2 (diff)
downloadwfm-15be0f880ce9612e3d687add3ddd056247ed91ab.tar.gz
Updated makefile to support git
-rw-r--r--Makefile10
1 files changed, 8 insertions, 2 deletions
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