ref: 3bc1ca00562af4c7c3d287ae44181f02c361adb3
dir: /src/mkfile/
</$objtype/mkfile
CFLAGS=$CFLAGS -p -I/sys/include/npe -D__plan9__ -D__${objtype}__
HFILES=\
print.h \
reader.h \
crc32.h \
inflate.h \
pefile.h \
wiseoverlay.h \
version.h \
errors.h
OFILES=\
wisescript.$O \
wisescript.$O \
rewise.$O \
print.$O \
reader.$O \
crc32.$O \
inflate.$O \
pefile.$O \
wiseoverlay.$O \
getopt.$O \
TARG=rewise
</sys/src/cmd/mkone