diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-11-03 07:24:24 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-11-03 07:24:24 +0100 |
commit | 97204d457be9cf53ad4f857ad4d49e68c62c86c7 (patch) | |
tree | ad5120553d7a22098ac3920382aedb230b7d4aea /Makefile | |
parent | secure the tty (diff) | |
download | libpassphrase-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |