aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 02b2a62..f2029ff 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,17 @@ $(RUST_LIB_RELEASE): $(RUST_SOURCE_FILES)
$(MAKE) -C $(RUST_DIR) $(RUST_LOCAL_LIB_RELEASE)
+# Archive
+
+.PHONY: archive
+archive: clean-release
+ xcodebuild -project DomeKey.xcodeproj \
+ -scheme DomeKey \
+ -configuration Release \
+ archive \
+ -archivePath build/Release.xcarchive
+
+
# Sounds
DomeKey/sound_data.h: sounds/*.mp3