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

View File

@ -4,7 +4,7 @@ HEADERS = hex.h random.h config.h sha256.h
all: nostril all: nostril
nostril: config.h $(OBJS) nostril: $(HEADERS) $(OBJS)
$(CC) $(OBJS) -lsecp256k1 -o $@ $(CC) $(OBJS) -lsecp256k1 -o $@
config.h: configurator config.h: configurator