Skip to content

Commit

Permalink
-sUpdate makefile to build and publish wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
touma-I committed Sep 23, 2024
1 parent 8d69b71 commit d27a1c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions transforms/packaging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ setup::

build::

build-dist::
@# Help: Recursively build distributions in all subdirs
$(MAKE) RULE=$@ .recurse

publish-dist::
@# Help: Recursively publish distributions in all subdirs
$(MAKE) RULE=$@ .recurse

venv::

image::
Expand Down

0 comments on commit d27a1c2

Please sign in to comment.