twitchapon-anim

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

commit 2500e993893b27b7f2b6e638152c6820eaca4aeb
parent e92cab51630b6d5bde082d363d37cc7926f6199e
Author: bsandro <brian.drosan@gmail.com>
Date:   Mon, 16 Nov 2020 00:28:56 +0000

makefile fix

Diffstat:
MMakefile | 20++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

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