aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-12-11 11:40:17 +0100
committerGravatar Christian Hesse <mail@eworm.de>2013-12-11 11:40:17 +0100
commit292d0e4b0ef083b4608983b610a16307fa6feec6 (patch)
tree76a69a474c8bd2d7012deb925dce23c0e5137c8d
parent24affbeb71aa4fcd6885e2a773c7c19d29983c07 (diff)
downloadnthash-292d0e4b0ef083b4608983b610a16307fa6feec6.tar.gz
nthash-292d0e4b0ef083b4608983b610a16307fa6feec6.tar.zst
make nthash depend on nthash.c
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f77853..e39b7d9 100644
--- a/Makefile
+++ b/Makefile
@@ -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