mirror of
https://github.com/jb55/nostril.git
synced 2025-08-17 20:40:47 -04:00
2
Makefile
2
Makefile
@@ -4,7 +4,7 @@ HEADERS = hex.h random.h config.h sha256.h
|
||||
|
||||
all: nostril
|
||||
|
||||
nostril: config.h $(OBJS)
|
||||
nostril: $(HEADERS) $(OBJS)
|
||||
$(CC) $(OBJS) -lsecp256k1 -o $@
|
||||
|
||||
config.h: configurator
|
||||
|
Reference in New Issue
Block a user