diff options
author | Alexandru N. Onea <alexandru.onea@toporcomputing.com> | 2019-04-09 01:23:10 +0300 |
---|---|---|
committer | Alexandru N. Onea <alexandru.onea@toporcomputing.com> | 2019-04-09 01:23:10 +0300 |
commit | 3a6abfad30dafcb1f39a12e6ee74f197cb776abf (patch) | |
tree | f2fafffd5533631d8c6e662b2f7ad5027df13c11 /Makefile | |
parent | e62ceb5618c40cbc900d9ad4f664d658b2bd83b0 (diff) |
Initial version-bump.sh
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ export LIBDIR ?= $(PREFIX)/lib export BINDIR ?= $(PREFIX)/bin export MANDIR ?= $(PREFIX)/share/man +export TINYALSA_VERSION_MAJOR = $(shell scripts/version-bump.sh -s print major) +export TINYALSA_VERSION = $(shell scripts/version-bump.sh -s print ) + .PHONY: all all: $(MAKE) -C src |