aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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