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