fixed Makefile

main
BraydonKains 3 years ago
parent 80cbe49f73
commit eed6f3c7f3

@ -1,6 +1,4 @@
.PHONY: main.go .PHONY: main.go
bubw:
go build -o bub.exe
bubl: bub:
export GOOS=linux; export GOARCH=amd64; go build -o bub go build -o ~/bub
Loading…
Cancel
Save