Przeglądaj źródła

build: better clean rule for the test directory.

legacy
Sam Hocevar sam 13 lat temu
rodzic
commit
489389abbe
1 zmienionych plików z 3 dodań i 1 usunięć
  1. +3
    -1
      test/Makefile.am

+ 3
- 1
test/Makefile.am Wyświetl plik

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



Ładowanie…
Anuluj
Zapisz