summaryrefslogtreecommitdiff
path: root/sys/src/cmd/upas/marshal/mkfile
blob: 737fcff82c015a78c9433fa609c6a508730672b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
</$objtype/mkfile

TARG=marshal

LIB=../common/libcommon.a$O\

HFILES=	../common/common.h\

OFILES= marshal.$O

BIN=/$objtype/bin/upas

UPDATE=\
	mkfile\
	$HFILES\
	${OFILES:%.$O=%.c}\
	
</sys/src/cmd/mkone
CFLAGS=$CFLAGS -I../common