6 lines
86 B
Makefile
6 lines
86 B
Makefile
|
build:
|
||
|
nim c -d:release --deadcodeElim:on --hints:off ponyapi
|
||
|
|
||
|
run: build
|
||
|
./ponyapi
|