workshit/Tuprules.tup

7 lines
175 B
Plaintext
Raw Normal View History

2015-06-03 23:04:01 +00:00
NIMFLAGS += --nimcache:".nimcache"
NIMFLAGS += --deadcodeElim:on
2015-06-06 03:39:47 +00:00
NIMFLAGS += -d:release
2015-06-03 23:04:01 +00:00
NIMFLAGS += --verbosity:0
2015-06-06 02:11:44 +00:00
!nim = |> nim c $(NIMFLAGS) -o:%o %f && rm -rf .nimcache |>