Skip to content

Commit

Permalink
fix: install rollup-init
Browse files Browse the repository at this point in the history
  • Loading branch information
edubart committed Jan 21, 2025
1 parent 37318e8 commit 1508484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup-http/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ all:
install: rollup-http-server echo-dapp
install -Dm755 rollup-http-server/$(RUST_TARGET_DIR)/rollup-http-server $(DESTDIR)$(PREFIX)/bin/rollup-http-server
install -Dm755 echo-dapp/$(RUST_TARGET_DIR)/echo-dapp $(DESTDIR)$(PREFIX)/bin/echo-dapp
install -Dm755 rollup-init/rollup-init $(DESTDIR)$(PREFIX)/bin/rollup-init

clean:
rm -rf rollup-http-server/target echo-dapp/target
Expand Down

0 comments on commit 1508484

Please sign in to comment.