Add makefile

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

6
Makefile Normal file
View File

@ -0,0 +1,6 @@
.PHONY: all build
all: build
build:
go build -o build/waku waku.go