mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-10 09:53:08 +00:00
5 lines
97 B
Bash
Executable File
5 lines
97 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
nim c --skipParentCfg libwaku.nim
|
|
gcc libwaku.c ./libwaku.a -lm -g -o libwaku
|