Zstd cli : --version and --help write to stdout

This commit is contained in:
Yann Collet
2015-08-25 23:32:45 +01:00
parent c705567522
commit f44b2b02b4
4 changed files with 22 additions and 22 deletions
+2 -3
View File
@@ -32,11 +32,10 @@
# ################################################################
# Version number
export VERSION=0.1.0
export RELEASE=r$(VERSION)
export VERSION=0.1.1
DESTDIR?=
PREFIX ?= /usr
PREFIX ?= /usr/local
LIBDIR ?= $(PREFIX)/lib
INCLUDEDIR=$(PREFIX)/include