Skip to content

Instantly share code, notes, and snippets.

@karinharp
Created December 6, 2017 04:12
Show Gist options
  • Save karinharp/bce111bc49ffdc4c287042147df6711d to your computer and use it in GitHub Desktop.
Save karinharp/bce111bc49ffdc4c287042147df6711d to your computer and use it in GitHub Desktop.
########################################################################
# 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