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:
116116 || $(MAKE ) \
117117 --directory dependencies/CASE \
118118 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.
120120 @test ! -r dependencies/CASE/README.md \
121121 || ( \
122122 cd dependencies/CASE \
123123 && git checkout \
124124 -- \
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 \
125136 tests/examples \
126137 || true \
127138 )
You can’t perform that action at this time.
0 commit comments