aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-02-27 10:43:02 +0000
committerJoursoir <chat@joursoir.net>2021-02-27 10:43:02 +0000
commit6088f6812ab545198325052b943fe14d7683187d (patch)
tree3114e28838dd707cf6093dbf24ae1a6da749902a /Makefile
parentc22e30cb675529f6e5c922bf7561683ab6023c2c (diff)
downloadlock-password-6088f6812ab545198325052b943fe14d7683187d.tar.gz
lock-password-6088f6812ab545198325052b943fe14d7683187d.tar.bz2
lock-password-6088f6812ab545198325052b943fe14d7683187d.zip
refactor code&style; use gpgme, delete fork for gpg; generate/showtree cmd don't use global vars anymore
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3598def..8902458 100755
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
PREFIX = /usr/local/bin
CC = gcc
-CFLAGS = -Wall -g # -DDEBUG
+CFLAGS = -Wall -g $(shell gpgme-config --cflags --libs) # -DDEBUG
MAN_PATH = /usr/share/man/man1
SOURCES = src/*.c
OBJECTS = *.o