Changeset 951
- Timestamp:
- Sep 14, 2011, 4:36:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r945 r951 11 11 test x$(MAKE_FSELF) = xno || make_fself testsuite$(EXEEXT) testsuite.self 12 12 13 CLEANFILES = $(noinst_PROGRAMS:%=%.self) $(noinst_PROGRAMS:%=%.exe) 13 CLEANFILES = $(noinst_PROGRAMS:%$(EXEEXT)=%.self) \ 14 $(noinst_PROGRAMS:%$(EXEEXT)=%.elf) \ 15 $(noinst_PROGRAMS:%$(EXEEXT)=%.exe) 14 16 15 17 noinst_PROGRAMS = quad sandbox benchsuite testsuite
Note: See TracChangeset
for help on using the changeset viewer.