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 f395fe5 commit fd172cfCopy full SHA for fd172cf
Makefile
@@ -58,7 +58,15 @@ else
58
|| true
59
endif
60
61
-install: install-$(OPENAPI_PATH) $(SWIFT_FILES)
+.PHONY: install-$(SWIFT_FILES)
62
+install-$(SWIFT_FILES): $(SWIFT_FILES)
63
+ swift PackageBuilder.swift
64
+ git add Package.swift
65
+ @git commit -m "[Make] Generate Package.swift" >/dev/null \
66
+ && echo "::notice:: make $@" \
67
+ || true
68
+
69
+install: install-$(OPENAPI_PATH) install-$(SWIFT_FILES)
70
@echo "::notice:: make $@"
71
72
# XCFrameworks:
0 commit comments