From 74ac101d57ae5897ef5eb970900b6367e205097c Mon Sep 17 00:00:00 2001 From: jochen Date: Thu, 1 Apr 1999 10:55:27 +0000 Subject: [PATCH] remove compile from co.all git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@518 379699f6-c40d-0410-875b-85095c16579e --- jode/maketar | 1 - 1 file changed, 1 deletion(-) diff --git a/jode/maketar b/jode/maketar index 90c7be9..d3303bf 100755 --- a/jode/maketar +++ b/jode/maketar @@ -1,7 +1,6 @@ #!/bin/sh echo '#!/bin/sh' > co.all echo co -u jcpp make* COPYING *.html *.java */*.java test/*.j >> co.all -echo ./compile >> co.all chmod a+x co.all echo '#!/bin/sh' > compile