diff options
author | Christian Hesse <mail@eworm.de> | 2013-12-11 11:40:17 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-12-11 11:40:17 +0100 |
commit | 292d0e4b0ef083b4608983b610a16307fa6feec6 (patch) | |
tree | 76a69a474c8bd2d7012deb925dce23c0e5137c8d /Makefile | |
parent | 24affbeb71aa4fcd6885e2a773c7c19d29983c07 (diff) | |
download | nthash-292d0e4b0ef083b4608983b610a16307fa6feec6.tar.gz nthash-292d0e4b0ef083b4608983b610a16307fa6feec6.tar.zst |
make nthash depend on nthash.c
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ CFLAGS += $(shell pkg-config --cflags --libs nettle 2>/dev/null || echo "-lnettl all: nthash README.html -nthash: +nthash: nthash.c $(CC) $(CFLAGS) -o nthash $(LDFLAGS) nthash.c README.html: README.md |