mirror of
https://github.com/status-im/go-waku.git
synced 2025-02-26 12:07:34 +00:00
chore: use examples makefiles when building examples
This commit is contained in:
parent
4e5237df8d
commit
cbbc5dc09f
12
Makefile
12
Makefile
@ -36,16 +36,12 @@ docker-image:
|
||||
--build-arg="GIT_COMMIT=$(shell git rev-parse HEAD)" .
|
||||
|
||||
build-example-basic2:
|
||||
go build examples/basic2/main.go
|
||||
cd examples/basic2 && $(MAKE)
|
||||
|
||||
build-example-chat-2:
|
||||
# TODO: require UI + Chat which are gone
|
||||
# go build examples/chat2/main.go
|
||||
cd examples/chat2 && $(MAKE)
|
||||
|
||||
build-example-filter2:
|
||||
go build examples/filter2/main.go
|
||||
cd examples/filter2 && $(MAKE)
|
||||
|
||||
build-example-peer-events:
|
||||
go build examples/peer_events/main.go
|
||||
|
||||
build-example: build-example-basic2 build-example-chat-2 build-example-filter2 build-example-peer-events
|
||||
build-example: build-example-basic2 build-example-chat-2 build-example-filter2
|
Loading…
x
Reference in New Issue
Block a user