Changes in src/Tests/Makefile [6ba0659:55ba7339]
- File:
-
- 1 edited
-
src/Tests/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Tests/Makefile
r6ba0659 r55ba7339 1 CFA ?= ../ cfa-cpp1 CFA ?= ../driver/cfa-cpp 2 2 CFAOPT ?= -a 3 3 OUTPUT ?= Output … … 32 32 33 33 ${OUTPUTDIR} : 34 mkdir $@34 mkdir -p $@ 35 35 36 36 # remove the expected results directories to generate new ones from the current output
Note:
See TracChangeset
for help on using the changeset viewer.