aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-11-03 07:24:24 +0100
committerMattias Andrée <maandree@operamail.com>2013-11-03 07:24:24 +0100
commit97204d457be9cf53ad4f857ad4d49e68c62c86c7 (patch)
treead5120553d7a22098ac3920382aedb230b7d4aea /Makefile
parentsecure the tty (diff)
downloadlibpassphrase-97204d457be9cf53ad4f857ad4d49e68c62c86c7.tar.gz
libpassphrase-97204d457be9cf53ad4f857ad4d49e68c62c86c7.tar.bz2
libpassphrase-97204d457be9cf53ad4f857ad4d49e68c62c86c7.tar.xz
update makefile
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ffee8d5..79fb87f 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ CFLAGS = -std=gnu99 -Wall -Wextra
CC_FLAGS = $(CPPFLAGS) $(CFLAGS) $(OPTIMISE)
LD_FLAGS = $(LDFLAGS) $(CFLAGS) $(OPTIMISE)
-SRC = cerberus passphrase quit
+SRC = cerberus passphrase quit security
OBJ = $(foreach S, $(SRC), obj/$(S).o)