logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 0f505594eae34677477193adfd2234fa071fb327
parent 23462e7b5b002cbafe62c24cec20f05530c739fb
Author: Michael Forney <mforney@mforney.org>
Date:   Wed, 28 Feb 2018 00:55:46 -0800

samurai: Update to 0.3

Diffstat:

Mpkg/samurai/gen.lua15++++++++++++++-
Mpkg/samurai/rev2+-
2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/pkg/samurai/gen.lua b/pkg/samurai/gen.lua @@ -3,7 +3,20 @@ cflags{ '-D _POSIX_C_SOURCE=200809L', } -exe('samu', 'build.c deps.c env.c graph.c htab.c lex.c log.c parse.c samurai.c tool.c util.c') +exe('samu', { + 'build.c', + 'deps.c', + 'env.c', + 'graph.c', + 'htab.c', + 'lex.c', + 'log.c', + 'parse.c', + 'samurai.c', + 'tool.c', + 'tree.c', + 'util.c', +}) file('bin/samu', '755', '$outdir/samu') man{'samu.1'} diff --git a/pkg/samurai/rev b/pkg/samurai/rev @@ -1 +1 @@ -10 +11