Thanks to John Cummings.
This commit is contained in:
parent
cd37451963
commit
5cdb17983a
94 changed files with 26853 additions and 0 deletions
17
src/cmd/upas/unesc/mkfile
Normal file
17
src/cmd/upas/unesc/mkfile
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
</$objtype/mkfile
|
||||
|
||||
TARG=unesc
|
||||
|
||||
OFILES=unesc.$O\
|
||||
|
||||
BIN=/$objtype/bin/upas
|
||||
|
||||
CC=pcc -c
|
||||
CFLAGS=-B
|
||||
|
||||
UPDATE=\
|
||||
mkfile\
|
||||
$HFILES\
|
||||
${OFILES:%.$O=%.c}\
|
||||
|
||||
</sys/src/cmd/mkone
|
||||
Loading…
Add table
Add a link
Reference in a new issue