diff options
Diffstat (limited to 'src/cmd/spell/mkfile')
-rw-r--r-- | src/cmd/spell/mkfile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/cmd/spell/mkfile b/src/cmd/spell/mkfile new file mode 100644 index 00000000..e9e600f9 --- /dev/null +++ b/src/cmd/spell/mkfile @@ -0,0 +1,12 @@ +PLAN9=../../.. +<$PLAN9/src/mkhdr + +TARG=sprog +OFILES=sprog.$O\ + +HFILES =\ + code.h\ + +SHORTLIB=bio 9 +<$PLAN9/src/mkone + |