Browse Source

build: better clean rule for the test directory.

legacy
Sam Hocevar sam 13 years ago
parent
commit
489389abbe
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      test/Makefile.am

+ 3
- 1
test/Makefile.am View File

@@ -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



Loading…
Cancel
Save