ponyapi/Makefile

6 lines
75 B
Makefile

build:
nim c --deadcodeElim:on --hints:off ponyapi
run: build
./ponyapi