Convert mkfile to Plan 9 standard config.

This commit is contained in:
David Meyer 2020-07-21 23:59:50 +09:00
parent 3c4f4501ab
commit d8195290fa
1 changed files with 5 additions and 4 deletions

9
mkfile
View File

@ -1,5 +1,6 @@
hammurabi: hammurabi.8
8l -ohammurabi hammurabi.8
< /$objtype/mkfile
hammurabi.8: hammurabi.c
8c hammurabi.c
TARG=hammurabi
OFILES=hammurabi.$O
BIN=/$objtype/bin
</sys/src/cmd/mkone