mirror of
https://github.com/logos-messaging/nim-sds.git
synced 2026-02-22 23:13:13 +00:00
4 lines
84 B
Makefile
4 lines
84 B
Makefile
.PHONY: libsds
|
|
|
|
libsds:
|
|
nim c --app:lib --mm:refc --outdir:build library/libsds.nim
|