#!/bin/rc # # I Know it's not plan9'ish mk but its a small project # Yes I should do better. Sorry. # . /$objtype/mkfile tkgen.tcl > tk.inc pcc -c -D_POSIX_SOURCE -D_PLAN9_SOURCE -D_BSD_EXTENSION win.c wish.c io.c lil.c pcc -o lilwish.$objtype win.$O wish.$O lil.$O io.$O