/home/vianto5/cititower.mx/wp-content/plugins/wpml-wpforms/vendor/wpml/forms
Edit: /home/vianto5/cititower.mx/wp-content/plugins/wpml-wpforms/vendor/wpml/forms/Makefile (408B)
# Tutorial: http://www.cs.colby.edu/maxwell/courses/tutorials/maketutor/
# Docs: https://www.gnu.org/software/make/
template:=.make/wpml.mk
# Include the file but do not fail with error if it does not exist
include $(template)
.ONESHELL:
.make/wpml.mk:
git clone ssh://git@git.onthegosystems.com:10022/wpml/wpml-plugin-template.git .makefiletemp
cp -a .makefiletemp/.make/. .make/
rm -rf .makefiletemp