소스 검색

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 \