bloat/Makefile
2020-01-01 15:58:27 +00:00

14 lines
119 B
Makefile

.POSIX:
GO=go
all: bloat
PHONY:
bloat: main.go PHONY
$(GO) build $(GOFLAGS) -o bloat main.go
run: bloat
./bloat