diff options
| author | Russ Cox <rsc@swtch.com> | 2012-12-01 00:35:06 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@swtch.com> | 2012-12-01 00:35:06 -0500 |
| commit | 1785490baa3720b70ebf10d2e6da99ffb81db728 (patch) | |
| tree | d4acbfe8ab6d0580dbd22f69b10e72c77308247f /src/cmd/fontsrv/mkfile | |
| parent | c96d832508cc6a8db1420b93242af08ec08be720 (diff) | |
| download | plan9port-1785490baa3720b70ebf10d2e6da99ffb81db728.tar.gz plan9port-1785490baa3720b70ebf10d2e6da99ffb81db728.zip | |
fontsrv: scaled pjw
R=rsc
https://codereview.appspot.com/6854130
Diffstat (limited to 'src/cmd/fontsrv/mkfile')
| -rw-r--r-- | src/cmd/fontsrv/mkfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cmd/fontsrv/mkfile b/src/cmd/fontsrv/mkfile index fb3d86b2..9fbbd520 100644 --- a/src/cmd/fontsrv/mkfile +++ b/src/cmd/fontsrv/mkfile @@ -8,8 +8,13 @@ HFILES=a.h OFILES=\ main.$O\ + pjw.$O\ $WSYSTYPE.$O\ <$PLAN9/src/mkone osx-cocoa.$O: osx.c + +showpjw: showpjw.c + 9c showpjw.c + 9l -o showpjw showpjw.o |
