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