twitchapon-anim

Basic Twitchapon Receiver/Visuals
git clone git://bsandro.tech/twitchapon-anim
Log | Files | Refs | README | LICENSE

commit ca73fc4f2e299db6511a86e6944e836dbbc3859d
parent 9859f5cb0354d76d58ce8d9931dbc1111fb01238
Author: bsandro <brian.drosan@gmail.com>
Date:   Sun, 15 Nov 2020 20:42:08 +0000

makefile

Diffstat:
AMakefile | 18++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -0,0 +1,18 @@ +.PHONY: all + +all: win native + +win: + @GOOS=windows GOARCH=amd64 go build + +native: + + @go build + +run: + @go run . + +.PHONY: clean + +clean: + rm -f ebitest ebitest.exe