We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2bea1a commit 7b37f1bCopy full SHA for 7b37f1b
Makefile
@@ -1,4 +1,4 @@
1
-PYTHON? = python3.8
+PYTHON ?= python3.8
2
REMOTE = [email protected]:Mic92/python-mpd2
3
VERSION = $(shell $(PYTHON) -c "import mpd; print('.'.join(map(str,mpd.VERSION)))")
4
0 commit comments