mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +00:00
5 lines
102 B
Makefile
5 lines
102 B
Makefile
SHELL := bash
|
|
build:
|
|
nim c -l:lib/sqlite3.a -L:-lm -l:lib/libcrypto.a --threads --outdir:. main.nim
|
|
|