aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7618511..5dc054f 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,11 @@ PREFIX = /usr
LIB = /lib
INCLUDE = /include
+OPTIONS =
+# PASSPHRASE_ECHO: Do not hide the passphrase
+
OPTIMISE = -Os
-CPPFLAGS =
+CPPFLAGS = $(foreach D, $(OPTIONS), -D'$(D)=1')
CFLAGS = -std=c90 -Wall -Wextra -fPIC
LDFLAGS = -shared