From cb86e504157f06aa1ca2d7cb2448b6e3dfd192b3 Mon Sep 17 00:00:00 2001 From: jochen Date: Fri, 12 Mar 1999 19:30:12 +0000 Subject: [PATCH] co almost everything git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@401 379699f6-c40d-0410-875b-85095c16579e --- jode/maketar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jode/maketar b/jode/maketar index ad03747..90c7be9 100755 --- a/jode/maketar +++ b/jode/maketar @@ -1,6 +1,6 @@ #!/bin/sh echo '#!/bin/sh' > co.all -echo co -u COPYING *.html *.java */*.java >> co.all +echo co -u jcpp make* COPYING *.html *.java */*.java test/*.j >> co.all echo ./compile >> co.all chmod a+x co.all