瀏覽代碼

build: better clean rule for the test directory.

legacy
Sam Hocevar sam 13 年之前
父節點
當前提交
489389abbe
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. +3
    -1
      test/Makefile.am

+ 3
- 1
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



Loading…
取消
儲存