various cleanup
This commit is contained in:
parent
e4d832222b
commit
b5f65921f3
37 changed files with 223 additions and 248 deletions
|
|
@ -1,17 +1,7 @@
|
|||
</$objtype/mkfile
|
||||
<$PLAN9/src/mkhdr
|
||||
|
||||
TARG=unesc
|
||||
OFILES=unesc.$O
|
||||
|
||||
OFILES=unesc.$O\
|
||||
|
||||
BIN=/$objtype/bin/upas
|
||||
|
||||
CC=pcc -c
|
||||
CFLAGS=-B
|
||||
|
||||
UPDATE=\
|
||||
mkfile\
|
||||
$HFILES\
|
||||
${OFILES:%.$O=%.c}\
|
||||
|
||||
</sys/src/cmd/mkone
|
||||
BIN=$BIN/upas
|
||||
<$PLAN9/src/mkone
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ hex(int c)
|
|||
return 0;
|
||||
}
|
||||
|
||||
void
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
int c;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue