From 292d0e4b0ef083b4608983b610a16307fa6feec6 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 11 Dec 2013 11:40:17 +0100 Subject: make nthash depend on nthash.c --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf