Parcourir la source

Makefile: allow set DISTS and VERSION

Victor Seva il y a 7 ans
Parent
commit
053355c9fb
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -1,5 +1,5 @@
-DISTS:=buster jessie stretch wheezy precise trusty xenial
-VERSION:=5.1.1
+DISTS ?= buster jessie stretch wheezy precise trusty xenial
+VERSION ?= 5.1.6
 
 all: clean
 	for i in $(DISTS) ; do \