pigz: add package

Signed-off-by: Ken Wong <xinxijishuwyq@gmail.com>
This commit is contained in:
Ken Wong
2019-06-09 19:50:05 +08:00
parent 1c4b6fef5f
commit 703ff49d20
2 changed files with 50 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
--- a/Makefile 2019-05-22 19:54:23.980451289 +0800
+++ b/Makefile 2019-05-09 14:20:36.269505910 +0800
@@ -1,4 +1,3 @@
-CC=gcc
CFLAGS=-O3 -Wall -Wextra -Wno-unknown-pragmas
LDFLAGS=
LIBS=-lm -lpthread -lz
@@ -102,3 +101,6 @@ all: pigz pigzj pigzt pigzn docs
clean:
@rm -f *.o pigz unpigz pigzj pigzn pigzt pigz.c.gz pigz.c.zz pigz.c.zip
+
+install:
+ true