File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,18 @@ commit:
21
21
22
22
# Create sources
23
23
% /openapi-generator-config.yml :
24
- mkdir -p " $( @D) " ; \
24
+ @ mkdir -p " $( @D) " ; \
25
25
tag_name=$(shell basename $(shell dirname $@ ) ) ; \
26
26
swift Scripts/GeneratorConfigBuilder.swift $$ tag_name
27
27
28
- % /Client.swift % /Types.swift : % /openapi-generator-config.yml $(OPENAPI_PATH )
29
- mint run apple/swift-openapi-generator generate " $( OPENAPI_PATH) " \
28
+ % /Client.swift % /Types.swift : $(OPENAPI_PATH )
29
+ @echo " \n\nFolder $( @D) running"
30
+ @$(MAKE ) " $( @D) /openapi-generator-config.yml"
31
+ mint run apple/swift-openapi-generator generate \
32
+ " $( OPENAPI_PATH) " \
30
33
--config " $( @D) /openapi-generator-config.yml" \
31
34
--output-directory " $( @D) " ;
35
+ @touch $(@D ) /* .swift
32
36
@rm " $( @D) /openapi-generator-config.yml" ;
33
37
@echo ;
34
38
You can’t perform that action at this time.
0 commit comments