We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b81add commit d5fffa9Copy full SHA for d5fffa9
Makefile
@@ -31,7 +31,7 @@ cwl_v1_2.h: FORCE
31
32
## clean : clean up the build
33
clean: FORCE
34
- rm -f cwl_output_example cwl_input_example output_cwl.cwl
+ rm -f cwl_output_example cwl_input_example cwl_input_example_store_config
35
36
## regen_parser : regenerate the CWL v1.2 parser
37
regen_parser: cwl_v1_*.h
0 commit comments