Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Commit

Permalink
Makefile/release: Fix again ...
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Flesch <jflesch@openpaper.work>
  • Loading branch information
jflesch committed Mar 1, 2018
1 parent 562b21f commit 36c00ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -114,6 +114,10 @@ help:
echo "Releasing $(@:%_release=%)"
$(MAKE) -C $(@:%_release=%) release

%_release_pypi:
echo "Releasing $(@:%_release_pypi=%)"
$(MAKE) -C $(@:%_release_pypi=%) release_pypi

%_linux_exe:
echo "Building Linux exe for $(@:%_linux_exe=%)"
$(MAKE) -C $(@:%_linux_exe=%) linux_exe
Expand Down

0 comments on commit 36c00ea

Please sign in to comment.