From cf3d3ad287c19dd82db6afa3ba7c940754e87242 Mon Sep 17 00:00:00 2001 From: em Date: Fri, 25 Jan 1985 16:19:13 +0000 Subject: [PATCH] Also remove all *.e and *.d files when cleaning up. --- lang/basic/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.34.1