Skip to content

Commit

Permalink
build: improve 'dist' target
Browse files Browse the repository at this point in the history
Ensure we compile first.
  • Loading branch information
djcb committed Jul 18, 2023
1 parent 6ad5ccc commit e2de72e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2de72e

Please sign in to comment.