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