diff options
author | Joursoir <chat@joursoir.net> | 2021-02-27 10:43:02 +0000 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-02-27 10:43:02 +0000 |
commit | 6088f6812ab545198325052b943fe14d7683187d (patch) | |
tree | 3114e28838dd707cf6093dbf24ae1a6da749902a /Makefile | |
parent | c22e30cb675529f6e5c922bf7561683ab6023c2c (diff) | |
download | lock-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-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |