build: improve 'dist' target

Ensure we compile first.
This commit is contained in:
Dirk-Jan C. Binnema 2023-07-18 23:21:28 +03:00
parent 6ad5cccc53
commit e2de72e747
1 changed files with 2 additions and 0 deletions

View File

@ -126,7 +126,9 @@ coverage: $(BUILDDIR_COVERAGE)
@mkdir -p $(BUILDDIR_COVERAGE)/meson-logs/coverage
@$(GENHTML) $(covfile) --output-directory $(BUILDDIR_COVERAGE)/meson-logs/coverage/
@echo "coverage report at: file://$(BUILDDIR_COVERAGE)/meson-logs/coverage/index.html"
dist: $(BUILDDIR)
$(MESON) compile -C $(BUILDDIR) $(VERBOSE)
$(MESON) dist -C $(BUILDDIR) $(VERBOSE)
distclean: clean