Changeset 2b4daf2 for tests/Makefile.am
- Timestamp:
- Jan 7, 2021, 5:06:22 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 5ad381b
- Parents:
- 42f6e07 (diff), 58fe85a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
tests/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r42f6e07 r2b4daf2 103 103 104 104 mostlyclean-local : 105 find ${builddir} -not -path './__pycache__/*' -path '*.o' -delete 106 find ${builddir} -not -path './__pycache__/*' -path '*/.err/*.log' -delete 107 find ${builddir} -not -path './__pycache__/*' -path '*/.out/*.log' -delete 105 108 rm -f ${EXTRA_PROGRAMS} 106 109 rm -rf __pycache__ 107 find ${builddir} -path '*.o' -delete108 find ${builddir} -path '*/.err/*.log' -delete109 find ${builddir} -path '*/.out/*.log' -delete110 110 111 111 distclean-local :
Note:
See TracChangeset
for help on using the changeset viewer.