From 489389abbe73e28e66c02c05130672b67f1d465e Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Wed, 14 Sep 2011 14:36:36 +0000 Subject: [PATCH] build: better clean rule for the test directory. --- test/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index e6968649..23e654fa 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -10,7 +10,9 @@ all-local: $(noinst_PROGRAMS) test x$(MAKE_FSELF) = xno || make_fself benchsuite$(EXEEXT) benchsuite.self test x$(MAKE_FSELF) = xno || make_fself testsuite$(EXEEXT) testsuite.self -CLEANFILES = $(noinst_PROGRAMS:%=%.self) $(noinst_PROGRAMS:%=%.exe) +CLEANFILES = $(noinst_PROGRAMS:%$(EXEEXT)=%.self) \ + $(noinst_PROGRAMS:%$(EXEEXT)=%.elf) \ + $(noinst_PROGRAMS:%$(EXEEXT)=%.exe) noinst_PROGRAMS = quad sandbox benchsuite testsuite