mirror of
https://github.com/vacp2p/research.git
synced 2025-02-24 04:08:15 +00:00
5 lines
109 B
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
|