1
0
mirror of https://github.com/jb55/nostril.git synced 2025-08-11 03:00:46 -04:00

not sure what is causing the build issue

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-04-14 08:10:17 -07:00
parent f6be187748
commit ce98a20ebd

@@ -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