From bac9b5e2935944f4d031a639cb1084a1549e459d Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Mon, 8 Jun 2015 20:55:35 -0700 Subject: [PATCH] add a newline --- Tuprules.tup | 1 + 1 file changed, 1 insertion(+) diff --git a/Tuprules.tup b/Tuprules.tup index 806ee05..e552166 100644 --- a/Tuprules.tup +++ b/Tuprules.tup @@ -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