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:
2
Makefile
2
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
|
||||
|
Reference in New Issue
Block a user