From 6088f6812ab545198325052b943fe14d7683187d Mon Sep 17 00:00:00 2001 From: Joursoir Date: Sat, 27 Feb 2021 10:43:02 +0000 Subject: refactor code&style; use gpgme, delete fork for gpg; generate/showtree cmd don't use global vars anymore --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-18-g5258