basic framework

This commit is contained in:
jlamothe
2023-10-31 22:43:33 +00:00
parent 7e6030fd7a
commit 088e58ef11
6 changed files with 36 additions and 0 deletions

9
mkfile
View File

@@ -1 +1,10 @@
</$objtype/mkfile
qfmt: main.$O lib.$O
$LD $LDFLAGS -o qfmt main.$O lib.$O
TEST=test
</sys/src/cmd/mktest
#jl