summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2017-09-07 12:42:34 -0400
committerBradley Sepos <[email protected]>2017-11-27 04:13:06 -0500
commit970a5692548a9f600e1c969ba90850013ff1647c (patch)
treeb32eb1c18398b1946f779b75bee6165effe094f9 /make
parentb9d712b7e34f497758dd42f16fb3c9c432226497 (diff)
build: Add support for Xcode Archive feature.
Diffstat (limited to 'make')
-rw-r--r--make/include/main.rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/include/main.rules b/make/include/main.rules
index 158f24a9c..6c3cbb05b 100644
--- a/make/include/main.rules
+++ b/make/include/main.rules
@@ -15,10 +15,11 @@ endif
###############################################################################
-.PHONY: build clean install uninstall xclean doc report
+.PHONY: build clean archive install uninstall xclean doc report
build:
clean:
+archive:
install:
install-strip:
uninstall: