Fix dist target in dev Makefile

This commit is contained in:
Michael Gratton 2019-02-18 00:16:20 +11:00 committed by Michael James Gratton
parent b06e3c8d57
commit 49821101e1

View file

@ -76,7 +76,7 @@ test-client: $(BUILD_DIR)
cd $(BUILD_DIR) && meson test client-tests
.PHONY: dist
dist: tests
dist: test
@$(MAKE) -C $(BUILD_DIR) $@
@cp -v $(BUILD_DIR)/meson-dist/*.xz* ..