diff options
author | Bradley Sepos <[email protected]> | 2017-09-07 12:42:34 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2017-11-27 04:13:06 -0500 |
commit | 970a5692548a9f600e1c969ba90850013ff1647c (patch) | |
tree | b32eb1c18398b1946f779b75bee6165effe094f9 /make | |
parent | b9d712b7e34f497758dd42f16fb3c9c432226497 (diff) |
build: Add support for Xcode Archive feature.
Diffstat (limited to 'make')
-rw-r--r-- | make/include/main.rules | 3 |
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: |