After a bit of struggle figured out how to do time. So dumb that somethign so simple is so hard.

This commit is contained in:
Zed A. Shaw 2024-05-04 10:24:15 -04:00
parent 567ffec4ac
commit 75663bfa46
2 changed files with 19 additions and 10 deletions

View file

@ -1,5 +1,7 @@
all:
meson compile -C . 2>&1 | ../builddir/goc
build:
meson compile -C .
test: