APP_NAME=minimalprofile VERSION=$(shell grep '' appinfo/info.xml | sed -E 's/.*(.*)<\/version>.*/\1/') .PHONY: appstore appstore: mkdir -p build tar --exclude-vcs --exclude='build' --exclude='*.tar.gz' -czf build/$(APP_NAME)-$(VERSION).tar.gz -C .. $(notdir $(CURDIR))