commit ce98a20ebd1f9f9fea19dc25cc97c4a226602eed
parent f6be187748126a79b55c438dcb8ff84cf3d3eb16
Author: William Casarin <jb55@jb55.com>
Date: Thu, 14 Apr 2022 08:10:17 -0700
not sure what is causing the build issue
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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