research/hello_gossipsub/Makefile

5 lines
109 B
Makefile

all: start_network
start_network: src/start_network.nim
nim c -o:build/start_network src/start_network.nim