aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/upas/marshal/mkfile
blob: bf446476d61ce46fe61dd8f60729d769beb96e2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<$PLAN9/src/mkhdr

TARG=marshal

LIB=../common/libcommon.a\

HFILES=	../common/common.h\

OFILES= marshal.$O

BIN=$PLAN9/bin/upas

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