status-desktop/Makefile

8 lines
276 B
Makefile
Raw Normal View History

2020-05-06 17:26:32 -04:00
SHELL := bash
build:
nim c -d:release -L:libstatus.a -L:-lm --outdir:. src/nim_status_client.nim
2020-05-06 17:43:20 -04:00
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