diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-12-05 00:53:23 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-12-05 00:53:23 +0100 |
commit | 5aa11b712a9cf6279c41e6de93ee4d1355a0930b (patch) | |
tree | cd9fae9a0212f125637b1dbb9a9ebf8e0d90e94d /Makefile | |
parent | accept input from any fd (diff) | |
download | libpassphrase-5aa11b712a9cf6279c41e6de93ee4d1355a0930b.tar.gz libpassphrase-5aa11b712a9cf6279c41e6de93ee4d1355a0930b.tar.bz2 libpassphrase-5aa11b712a9cf6279c41e6de93ee4d1355a0930b.tar.xz |
accept flags
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
@@ -122,7 +122,7 @@ obj/passphrase.o: src/passphrase.c src/*.h @mkdir -p "$(shell dirname "$@")" $(CC) $(CC_FLAGS) -fPIC -o "$@" -c "$<" $(CFLAGS) $(CPPFLAGS) -obj/test.o: src/test.c src/test.h src/passphrase.h +obj/test.o: src/test.c src/passphrase.h @mkdir -p "$(shell dirname "$@")" $(CC) $(CC_FLAGS) -o "$@" -c "$<" $(CFLAGS) $(CPPFLAGS) |