Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 36c00ea

Browse files
committed
Makefile/release: Fix again ...
Signed-off-by: Jerome Flesch <[email protected]>
1 parent 562b21f commit 36c00ea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ help:
114114
echo "Releasing $(@:%_release=%)"
115115
$(MAKE) -C $(@:%_release=%) release
116116

117+
%_release_pypi:
118+
echo "Releasing $(@:%_release_pypi=%)"
119+
$(MAKE) -C $(@:%_release_pypi=%) release_pypi
120+
117121
%_linux_exe:
118122
echo "Building Linux exe for $(@:%_linux_exe=%)"
119123
$(MAKE) -C $(@:%_linux_exe=%) linux_exe

0 commit comments

Comments
 (0)