diff options
author | rsc <devnull@localhost> | 2004-04-14 19:54:10 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-04-14 19:54:10 +0000 |
commit | 4314729ddef28cb619ce97d50f0968ca24c93803 (patch) | |
tree | 3abd7849a10e842a57b1fd535f8278d22a6bf132 /src/cmd/graph/mkfile | |
parent | 6e18e03e63942f7b0912bb91d0da02fd493af0af (diff) | |
download | plan9port-4314729ddef28cb619ce97d50f0968ca24c93803.tar.gz plan9port-4314729ddef28cb619ce97d50f0968ca24c93803.tar.bz2 plan9port-4314729ddef28cb619ce97d50f0968ca24c93803.zip |
Add graph, plot
Diffstat (limited to 'src/cmd/graph/mkfile')
-rw-r--r-- | src/cmd/graph/mkfile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/cmd/graph/mkfile b/src/cmd/graph/mkfile new file mode 100644 index 00000000..4a45add1 --- /dev/null +++ b/src/cmd/graph/mkfile @@ -0,0 +1,9 @@ +PLAN9=../../.. +<$PLAN9/src/mkhdr + +TARG=graph +OFILES=graph.$O\ + subr.$O\ + whoami.$O\ + +<$PLAN9/src/mkone |