From: em Date: Fri, 25 Jan 1985 16:19:13 +0000 (+0000) Subject: Also remove all *.e and *.d files when cleaning up. X-Git-Tag: release-5-5~5698 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=cf3d3ad287c19dd82db6afa3ba7c940754e87242;p=ack.git Also remove all *.e and *.d files when cleaning up. --- diff --git a/lang/basic/test/Makefile b/lang/basic/test/Makefile index 485b3980d..13aafc11f 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.[rx] *.[oskm] + rm -f *.b.[rx] *.[dekmos]