File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -116,12 +116,23 @@ clean:
116
116
|| $(MAKE ) \
117
117
--directory dependencies/CASE \
118
118
clean
119
- @# Restore CASE validation output files that do not affect CASE build process.
119
+ @# Restore CASE validation and catalog output files that do not affect CASE build process.
120
120
@test ! -r dependencies/CASE/README.md \
121
121
|| ( \
122
122
cd dependencies/CASE \
123
123
&& git checkout \
124
124
-- \
125
+ ontology \
126
+ tests/examples \
127
+ || true \
128
+ )
129
+ @# Restore UCO catalog output files that do not affect CASE build process.
130
+ @test ! -r dependencies/CASE/dependencies/UCO/README.md \
131
+ || ( \
132
+ cd dependencies/CASE/dependencies/UCO \
133
+ && git checkout \
134
+ -- \
135
+ ontology \
125
136
tests/examples \
126
137
|| true \
127
138
)
You can’t perform that action at this time.
0 commit comments