NIMFLAGS += --nimcache:".nimcache" NIMFLAGS += --deadcodeElim:on #NIMFLAGS += -d:release NIMFLAGS += --verbosity:0 !nim = |> nim c $(NIMFLAGS) %f && rm -rf .nimcache |>