mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +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
|
||
|
|