mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-24 21:39:24 +00:00
8 lines
276 B
Makefile
8 lines
276 B
Makefile
SHELL := bash
|
|
|
|
build:
|
|
nim c -d:release -L:libstatus.a -L:-lm --outdir:. src/nim_status_client.nim
|
|
|
|
build-osx:
|
|
nim c -d:release -L:libstatus.a -L:-lm -L:"-framework Foundation -framework Security -framework IOKit -framework CoreServices" --outdir:. src/nim_status_client.nim
|