/home/vianto5/cititower.mx/wp-content/plugins/wpml-wpforms/vendor/wpml/forms
NameSizeModeActions
classes/-0755rm
res/-0755rm
templates/-0755rm
vendor-bin/-0755rm
loader.php41960644editdlrm
Makefile4080644editdlrm
README.md26030644editdlrm
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