time-to-botec/wip/nim/makefile

12 lines
304 B
Makefile
Raw Normal View History

2023-05-21 05:22:02 +00:00
SHELL := /bin/bash
2023-05-21 02:24:30 +00:00
build: samples.nim
2023-05-21 04:46:10 +00:00
nim c --verbosity:0 samples.nim
2023-05-21 05:22:02 +00:00
run: samples
./samples --verbosity:0
examine: samples
# nim c --verbosity:0 --opt:speed -d:release -d:danger --checks:off samples.nim && time ./samples --verbosity:0 --checks:off
nim c -d:release samples.nim && time ./samples