Преглед на файлове

Makefile: allow set DISTS and VERSION

Victor Seva преди 7 години
родител
ревизия
053355c9fb
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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 \