Changes in src/Tests/Makefile [7bcf74e:6ba0659]
- File:
-
- 1 edited
-
src/Tests/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Tests/Makefile
r7bcf74e r6ba0659 8 8 OUTPUTS = ${addprefix ${OUTPUTDIR}/,${EXAMPLES:.c=.txt}} 9 9 10 .SILENT :10 #.SILENT : 11 11 12 12 all : … … 19 19 20 20 ${OUTPUTDIR}/%.txt : %.c ${CFA} Makefile 21 -${CFA} -n ${CFAOPT} <$< > $@ 2>&121 -${CFA} -n ${CFAOPT} $< > $@ 2>&1 22 22 23 23 ${OUTPUTDIR}/report : ${OUTPUTS} ${EXPECTDIR}
Note:
See TracChangeset
for help on using the changeset viewer.