Fix dist target in dev Makefile
This commit is contained in:
parent
b06e3c8d57
commit
49821101e1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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* ..
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue