aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-11-22 10:52:55 +0100
committerMattias Andrée <maandree@operamail.com>2013-11-22 10:52:55 +0100
commitc0b27bf6e2350a5eb543966a81d2930275ae8b67 (patch)
tree8c8169f7f3220173c427aabc6a69ea0de7f34428 /Makefile
parentoptionally do not hide the input (diff)
downloadlibpassphrase-c0b27bf6e2350a5eb543966a81d2930275ae8b67.tar.gz
libpassphrase-c0b27bf6e2350a5eb543966a81d2930275ae8b67.tar.bz2
libpassphrase-c0b27bf6e2350a5eb543966a81d2930275ae8b67.tar.xz
add option to print * for each char
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5dc054f..7854a06 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ INCLUDE = /include
OPTIONS =
# PASSPHRASE_ECHO: Do not hide the passphrase
+# PASSPHRASE_STAR: Use '*' for each character instead of no echo
OPTIMISE = -Os
CPPFLAGS = $(foreach D, $(OPTIONS), -D'$(D)=1')