aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2020-01-01 15:58:27 +0000
committerr <r@freesoftwareextremist.com>2020-01-01 15:58:27 +0000
commite9bd72306e8ad1c7d17a5f1bd39bb6cb86d3ab19 (patch)
tree063357b6f4ecefaa8cdda2f9c16e73da05b1140b /Makefile
parentcad01cb1f8e32cf7725505af06d6ffcc6c612045 (diff)
downloadbloat-e9bd72306e8ad1c7d17a5f1bd39bb6cb86d3ab19.tar.gz
bloat-e9bd72306e8ad1c7d17a5f1bd39bb6cb86d3ab19.zip
Rename package to bloat
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