Created
December 6, 2017 04:12
-
-
Save karinharp/bce111bc49ffdc4c287042147df6711d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
######################################################################## | |
# PluginScripts/Makefile.in | |
######################################################################## | |
#PROJECT_PATH ?= $(shell pwd | cut -d"/" -f1-4) | |
PROJECT_PATH ?= $(shell pwd | cut -d"/" -f1-3) | |
######################################################################## | |
deploy: | |
rsync -avz ./ ${PROJECT_PATH}/Assets/AmPlugins/${TARGET}/ --exclude "/.git/" --exclude "/Makefile" --exclude "/.gitignore" --exclude "/LICENSE" --exclude "*.md" | |
@echo "Deploy Plugins." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment