make tup even better

This commit is contained in:
Christine Dodrill 2015-06-08 20:52:01 -07:00
parent f72984b6a4
commit eb0426ca87
3 changed files with 4 additions and 5 deletions

View File

@ -6,3 +6,6 @@ NIMFLAGS += -d:threads
NIMFLAGS += --verbosity:0
!nim = |> nim c $(NIMFLAGS) -o:%o %f && rm -rf .nimcache |>
: foreach *.moon |> moonc -o ../bin/%B.lua %f && chmod u+x ../bin/%B.lua |> ../bin/%B.lua
: foreach *.nim |> !nim |> ../bin/%B
: foreach *.c |> gcc -o ../bin/%B %f |> ../bin/%B

View File

@ -1,7 +1,2 @@
.gitignore
include_rules
: crypt.nim |> !nim |> ../bin/crypt
: crack.nim |> !nim |> ../bin/crack
: reaper.c |> gcc -o %o %f |> ../bin/reaper
: unicode.nim |> !nim |> ../bin/unicode

1
src/foo.moon Normal file
View File

@ -0,0 +1 @@
print "hello world"