Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-przybyl-wttech committed Mar 3, 2024
1 parent 1435f85 commit 236e7ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ python_sdk::
rm ./bin/setup.py.bak && \
cd ./bin && python3 setup.py build sdist

gen_examples: gen_go_example \
gen_nodejs_example
gen_examples: gen_go_example gen_nodejs_example

gen_%_example:
rm -rf ${WORKING_DIR}/examples/$*
Expand Down

0 comments on commit 236e7ab

Please sign in to comment.