mirror of
https://github.com/facebook/zstd.git
synced 2025-10-09 00:05:28 -04:00
minor Makefile refactor
This commit is contained in:
parent
38ba7002f2
commit
ceda7a9a58
8
Makefile
8
Makefile
@ -74,12 +74,8 @@ zstdmt:
|
|||||||
zlibwrapper:
|
zlibwrapper:
|
||||||
$(MAKE) -C $(ZWRAPDIR) test
|
$(MAKE) -C $(ZWRAPDIR) test
|
||||||
|
|
||||||
.PHONY: shortest
|
.PHONY: test shortest
|
||||||
shortest:
|
test shortest:
|
||||||
$(MAKE) -C $(TESTDIR) $@
|
|
||||||
|
|
||||||
.PHONY: test
|
|
||||||
test:
|
|
||||||
$(MAKE) -C $(TESTDIR) $@
|
$(MAKE) -C $(TESTDIR) $@
|
||||||
|
|
||||||
.PHONY: examples
|
.PHONY: examples
|
||||||
|
Loading…
x
Reference in New Issue
Block a user