minor Makefile refactor

This commit is contained in:
Yann Collet 2017-07-21 11:44:39 -07:00
parent 38ba7002f2
commit ceda7a9a58

View File

@ -74,12 +74,8 @@ zstdmt:
zlibwrapper:
$(MAKE) -C $(ZWRAPDIR) test
.PHONY: shortest
shortest:
$(MAKE) -C $(TESTDIR) $@
.PHONY: test
test:
.PHONY: test shortest
test shortest:
$(MAKE) -C $(TESTDIR) $@
.PHONY: examples