add a newline

This commit is contained in:
Christine Dodrill 2015-06-08 20:55:35 -07:00
parent eb0426ca87
commit bac9b5e293
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ 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