From e9bd72306e8ad1c7d17a5f1bd39bb6cb86d3ab19 Mon Sep 17 00:00:00 2001 From: r Date: Wed, 1 Jan 2020 15:58:27 +0000 Subject: Rename package to bloat --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index afe663e..8dcbd46 100644 --- a/Makefile +++ b/Makefile @@ -2,12 +2,12 @@ GO=go -all: web +all: bloat PHONY: -web: main.go PHONY - $(GO) build $(GOFLAGS) -o web main.go +bloat: main.go PHONY + $(GO) build $(GOFLAGS) -o bloat main.go -run: web - ./web +run: bloat + ./bloat -- cgit v1.2.3