Skip to content

Instantly share code, notes, and snippets.

@zah
Created August 28, 2011 10:49
Show Gist options
  • Save zah/1176526 to your computer and use it in GitHub Desktop.
Save zah/1176526 to your computer and use it in GitHub Desktop.
Tupfile for Nimrod projects (with automatic execution after build)
!nimrod = |> ^ %f^ nimrod c %f | tee build.log |> %B build.log
!run = |> ^ running...^ ./%f > run.log && cat run.log |> run.log
: hello.nim |> !nimrod |>
: hello |> !run |>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment