From: sater Date: Thu, 12 Jul 1984 14:05:03 +0000 (+0000) Subject: added rcsid X-Git-Tag: release-5-5~6209 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=10b9e1a7481231843da265429f41c67f22566ed2;p=ack.git added rcsid added compilation of tstgto.p --- diff --git a/lang/pc/test/Makefile b/lang/pc/test/Makefile index ca05de1f7..888d432cb 100644 --- a/lang/pc/test/Makefile +++ b/lang/pc/test/Makefile @@ -1,3 +1,5 @@ +# $Header$ + all: testC testI testI: @@ -7,6 +9,7 @@ testI: int t4.p; em int t5.p; em int tstenc.p; em + int tstgto.p; em rm -f e.out f? testC: @@ -16,6 +19,7 @@ testC: apc t4.p; a.out apc t5.p; a.out apc tstenc.p; a.out + apc tstgto.p; a.out rm -f a.out f? install cmp: