This website requires JavaScript.
Explore
Help
Sign In
status-im
/
go-waku
mirror of
https://github.com/status-im/go-waku.git
Watch
2
Star
0
Fork
You've already forked go-waku
0
Code
Issues
Projects
Releases
Wiki
Activity
bf90ab4d1b
go-waku
/
examples
/
chat2
/
Makefile
9 lines
89 B
Makefile
Raw
Blame
History
.PHONY
:
all
build
run
all
:
build
build
:
go build -o build/chat2 .
run
:
./build/chat2
Reference in New Issue
View Git Blame
Copy Permalink