Skip to content

Commit

Permalink
Makefile: add no edgee build
Browse files Browse the repository at this point in the history
  • Loading branch information
CLEMENTINATOR committed Feb 12, 2025
1 parent e9253e5 commit 0fba6b1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ internal:
go run go.bytecodealliance.org/cmd/wit-bindgen-go generate -o internal/ ./wit
setup: internal ## setup development environment

build:
build:
edgee components build


build-no-edgee: setup
tinygo build -target=wasip2 -o dc_component.wasm --wit-package wit/ --wit-world data-collection ./

clean: ## clean build artifacts
rm -rf dc_component.wasm
rm -rf internal/

0 comments on commit 0fba6b1

Please sign in to comment.