commit a9f7716

hovercats  ·  2025-11-26 12:53:53 +0000 UTC
parent 0c98191
sbase: remove leftover lines that I ended up not using
1 files changed,  +0, -2
+0, -2
1@@ -188,8 +188,6 @@ for _, cmd in ipairs(cmds) do
2 end
3 
4 yacc('bc', 'bc.y')
5---build('copy', '$outdir/arg.h', '$srcdir/arg.h')
6---build('copy', '$outdir/util.h', '$srcdir/util.h')
7 pkg.deps = {'$outdir/bc.tab.c'}
8 exe('bc', [[$outdir/(bc.tab.c libutil.a)]])
9 file('bin/bc', '755', '$outdir/bc')