]> git.armaanb.net Git - stagit.git/blobdiff - config.mk
config.mk: remove -lc
[stagit.git] / config.mk
index 7479a977a0a94f4680fa7e4ef47ad782dc2a5633..c50af69397ede67da4f7f402edc68bfcf7c47a6f 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -12,7 +12,7 @@ GITLIB = /usr/local/lib
 
 # includes and libs
 INCS = -I${GITINC}
-LIBS = -L${GITLIB} -lgit2 -lc
+LIBS = -L${GITLIB} -lgit2
 
 # debug
 #CFLAGS = -fstack-protector-all -O0 -g -std=c99 -Wall -Wextra -pedantic ${INCS}