libosmocore/osmo-release.mk

10 lines
173 B
Makefile

ifndef REL
REL := patch
endif
release:
ifeq ($(origin REL), file)
@echo "No REL value specified, defaulting to 'patch' release"
endif
@osmo-release.sh $(VERSION) $(REL)