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
Add makefile
Browse Source
...
This commit is contained in:
Richard Ramos
2021-04-13 14:54:15 -04:00
parent
11b588a46f
commit
db08d949b6
No known key found for this signature in database
GPG Key ID:
80D4B01265FDFE8F
1 changed files
with
6 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
6
Makefile
Normal file
Unescape
Escape
View File
@ -0,0 +1,6 @@
.PHONY
:
all
build
all
:
build
build
:
go build -o build/waku waku.go
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
status-im/go-waku
Title
Body
Create Issue