aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
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