diff options
author | Russ Cox <rsc@swtch.com> | 2007-11-27 15:37:31 -0500 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2007-11-27 15:37:31 -0500 |
commit | 3f4e0dc707b92e7c5bce9555253852d4070c0b02 (patch) | |
tree | 53614a5e37b2588f660f76d2a400ccdc08902569 /src/cmd/tpic | |
parent | a6e6840c21157f36c4fa658a5ef05fe322cdf511 (diff) | |
download | plan9port-3f4e0dc707b92e7c5bce9555253852d4070c0b02.tar.gz plan9port-3f4e0dc707b92e7c5bce9555253852d4070c0b02.tar.bz2 plan9port-3f4e0dc707b92e7c5bce9555253852d4070c0b02.zip |
tpic: clean up better
Diffstat (limited to 'src/cmd/tpic')
-rw-r--r-- | src/cmd/tpic/mkfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/tpic/mkfile b/src/cmd/tpic/mkfile index 76bdcb36..319697ec 100644 --- a/src/cmd/tpic/mkfile +++ b/src/cmd/tpic/mkfile @@ -37,3 +37,4 @@ picl.$O: picl.l rm lex.yy.c mv lex.yy.$O picl.$O +CLEANFILES=$CLEANFILES picy.c |