diff options
author | rsc <devnull@localhost> | 2004-03-09 12:45:12 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-03-09 12:45:12 +0000 |
commit | d49a2e4801752c8a1211c7fac8cc08055a6b6fa5 (patch) | |
tree | 509d01c729341305f12abc34521276a4ccdb27ce /src/cmd/spell/mkfile | |
parent | fb7cc74a929c86ef1c84a971d7a05deaf4d30c85 (diff) | |
download | plan9port-d49a2e4801752c8a1211c7fac8cc08055a6b6fa5.tar.gz plan9port-d49a2e4801752c8a1211c7fac8cc08055a6b6fa5.tar.bz2 plan9port-d49a2e4801752c8a1211c7fac8cc08055a6b6fa5.zip |
Various fixes, add spell.
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 + |