From: em Date: Thu, 24 Jan 1985 21:27:32 +0000 (+0000) Subject: Added executable files to list of those to cleanup. X-Git-Tag: release-5-5~5707 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=3bb153d6bbba1a37b432279193fa99852fac04ee;p=ack.git Added executable files to list of those to cleanup. --- diff --git a/lang/basic/test/Makefile b/lang/basic/test/Makefile index c03f05b63..aa0b3ea9f 100644 --- a/lang/basic/test/Makefile +++ b/lang/basic/test/Makefile @@ -9,4 +9,4 @@ SRC= bull.b buzzword.b checker.b creator.b grafiek.b gunner.b learn.b\ head: for i in $(SRC) ; do runcmp $$i ; done clean: - rm -f *.b.r *.[oskm] + rm -f *.b.[rx] *.[oskm]