mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-02 10:04:22 +00:00
Rename package to bloat
This commit is contained in:
parent
cad01cb1f8
commit
e9bd72306e
16 changed files with 38 additions and 34 deletions
10
Makefile
10
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue