Skip to content

Commit

Permalink
add comments to make install command
Browse files Browse the repository at this point in the history
Signed-off-by: nyagamunene <[email protected]>
  • Loading branch information
nyagamunene committed Dec 20, 2024
1 parent febf61c commit 2da6d97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ endef
$(SERVICES):
$(call compile_service,$(@))


# Install all non-WASM executables from the build directory to GOBIN with 'propeller-' prefix
install:
$(foreach f,$(wildcard $(BUILD_DIR)/*[!.wasm]),cp $(f) $(patsubst $(BUILD_DIR)/%,$(GOBIN)/propeller-%,$(f));)

Expand Down

0 comments on commit 2da6d97

Please sign in to comment.