diff options
Diffstat (limited to 'src/libthread/mkfile')
-rw-r--r-- | src/libthread/mkfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libthread/mkfile b/src/libthread/mkfile index 99f899cc..9c06f331 100644 --- a/src/libthread/mkfile +++ b/src/libthread/mkfile @@ -52,6 +52,4 @@ test:V: tprimes tspawn echo tspawn should take 3 seconds, not 6 $PLAN9/bin/time ./tspawn sleep 3 >/dev/null -CLEANFILES=p1.txt p2.txt tp1.txt tp2.txt - - +CLEANFILES=p1.txt p2.txt tp1.txt tp2.txt test/*.$O |