bloat/Makefile

12 lines
110 B
Makefile

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