This commit is contained in:
Christine Dodrill 2015-06-03 16:04:01 -07:00
parent b8018eba46
commit 3c7d76e432
2 changed files with 10 additions and 0 deletions

4
Tupfile Normal file
View File

@ -0,0 +1,4 @@
.gitignore
include_rules
: crypt.nim |> !nim |> crypt

6
Tuprules.tup Normal file
View File

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