Skip to content

Commit

Permalink
correctly recursively invoke make (#1975)
Browse files Browse the repository at this point in the history
* correctly recursively invoke make

* Set Version: 1.0.242

---------

Co-authored-by: devops <[email protected]>
  • Loading branch information
Dwight Guth and devops authored Jul 28, 2023
1 parent 8960441 commit f68af5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ $(KEVM_LIB)/%: $(PLUGIN_SUBMODULE)/build/%
cp -r $< $@

$(PLUGIN_SUBMODULE)/build/lib%:
cd $(PLUGIN_SUBMODULE) && make lib$*
cd $(PLUGIN_SUBMODULE) && $(MAKE) lib$*

plugin-deps: $(plugin_includes) $(plugin_c_includes) $(plugin_needed_libs)

Expand Down
2 changes: 1 addition & 1 deletion kevm-pyk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "kevm-pyk"
version = "1.0.241"
version = "1.0.242"
description = ""
authors = [
"Runtime Verification, Inc. <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion package/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kevm (1.0.241) unstable; urgency=medium
kevm (1.0.242) unstable; urgency=medium

* Initial Release.

Expand Down
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.241
1.0.242

0 comments on commit f68af5b

Please sign in to comment.