mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-01 09:34:21 +00:00
Initial commit
This commit is contained in:
commit
5e4da01c3a
43 changed files with 3429 additions and 0 deletions
14
Makefile
Normal file
14
Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
.POSIX:
|
||||
|
||||
GO=go
|
||||
#GOFLAGS=-mod=vendor
|
||||
|
||||
all: web
|
||||
|
||||
PHONY:
|
||||
|
||||
web: main.go PHONY
|
||||
$(GO) build $(GOFLAGS) -o web main.go
|
||||
|
||||
run: web
|
||||
./web
|
Loading…
Add table
Add a link
Reference in a new issue