diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index ca86085..6a5280f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -36,7 +36,7 @@ TARGET=$(shell uname -s) CC = gcc CCFLAGS = -g -O2 LD = gcc -LDFLAGS = -g -Wall -O2 -lgcrypt -lgpg-error +LDFLAGS = -g -Wall -O2 #-lgcrypt -lgpg-error ifeq ($(TARGET),Linux) LDFLAGS += -ldl |