From ce98a20ebd1f9f9fea19dc25cc97c4a226602eed Mon Sep 17 00:00:00 2001 From: William Casarin Date: Thu, 14 Apr 2022 08:10:17 -0700 Subject: [PATCH] not sure what is causing the build issue Signed-off-by: William Casarin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2f34a00..7d5992a 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ HEADERS = hex.h random.h config.h sha256.h all: nostril -nostril: $(OBJS) $(HEADERS) +nostril: config.h $(OBJS) $(CC) $(OBJS) -lsecp256k1 -o $@ config.h: configurator