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 6e91b3b commit 13df73dCopy full SHA for 13df73d
Makefile
@@ -1,11 +1,11 @@
1
-RELEASE_BUILD=./.build/release
+RELEASE_BUILD=./.build/apple/Products/Release
2
EXECUTABLE=reminders
3
ARCHIVE=$(EXECUTABLE).tar.gz
4
5
.PHONY: clean build-release package
6
7
build-release:
8
- swift build --configuration release -Xswiftc -warnings-as-errors
+ swift build --configuration release -Xswiftc -warnings-as-errors --arch arm64 --arch x86_64
9
10
package: build-release
11
$(RELEASE_BUILD)/$(EXECUTABLE) --generate-completion-script zsh > _reminders
0 commit comments