aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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