MYOS ?= ../myos MYOS_REPOSITORY ?= $(patsubst %/$(APP),%/myos,$(APP_REPOSITORY)) APP ?= $(lastword $(subst /, ,$(APP_REPOSITORY))) APP_REPOSITORY ?= $(shell git config --get remote.origin.url 2>/dev/null) -include $(MYOS)/make/include.mk $(MYOS): -@git clone $(MYOS_REPOSITORY) $(MYOS)