projects
/
libzstd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad2ae34
)
Build lib by default
author
Kevin Murray
<spam@kdmurray.id.au>
Tue, 1 Dec 2015 03:52:40 +0000
(14:52 +1100)
committer
Sascha Steinbiss
<satta@debian.org>
Sun, 15 Jan 2017 08:08:53 +0000
(08:08 +0000)
Gbp-Pq: Name 0002-Build-lib-by-default.patch
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index bb3a4e4ced15b884ac87526f6c4863979e937cd2..ce72386f5ffdefca423605ce8cc17c04b3009545 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-28,8
+28,8
@@
default: lib zstd
.PHONY: all
all:
$(MAKE) -C $(ZSTDDIR) $@
- $(MAKE) -C $(PRGDIR) $@
zstd32
- $(MAKE) -C $(TESTDIR) $@
all32
+ $(MAKE) -C $(PRGDIR) $@
+ $(MAKE) -C $(TESTDIR) $@
.PHONY: lib
lib: