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
1 changed files with 1 additions and 1 deletions

View File

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