diff options
Diffstat (limited to 'src/cmd/upas/marshal/mkfile')
| -rw-r--r-- | src/cmd/upas/marshal/mkfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/cmd/upas/marshal/mkfile b/src/cmd/upas/marshal/mkfile new file mode 100644 index 00000000..bf446476 --- /dev/null +++ b/src/cmd/upas/marshal/mkfile @@ -0,0 +1,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 + |
