Skip to content

Commit d5fffa9

Browse files
committed
fix: make cleanup
1 parent 6b81add commit d5fffa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cwl_v1_2.h: FORCE
3131

3232
## clean : clean up the build
3333
clean: FORCE
34-
rm -f cwl_output_example cwl_input_example output_cwl.cwl
34+
rm -f cwl_output_example cwl_input_example cwl_input_example_store_config
3535

3636
## regen_parser : regenerate the CWL v1.2 parser
3737
regen_parser: cwl_v1_*.h

0 commit comments

Comments
 (0)