소스 검색

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



불러오는 중...
취소
저장