Skip to content

Commit

Permalink
Makefile: tweak pkg build
Browse files Browse the repository at this point in the history
  • Loading branch information
mintty committed Jun 27, 2024
1 parent 8cb1171 commit 5099825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ committed:

$(DIST):
mkdir -p $(DIST)
release: $(DIST) ver check-x11 cop check _ tar
release: $(DIST) check-x11 cop check _ committed tag ver tar
cygport := $(name_ver)-$(REL).cygport
pkg: release committed tag srcpkg binpkg
pkg: release srcpkg binpkg

check:
cd src; $(MAKE) check
Expand Down

0 comments on commit 5099825

Please sign in to comment.