1
0
Forkuj 0
kopia lustrzana https://gitea.phreedom.club/localhost_frssoft/bloat.git zsynchronizowano 2025-07-10 19:54:17 +00:00
bloat/Makefile

13 wiersze
109 B
Makefile

.POSIX:
GO=go
all: web
PHONY:
web: main.go PHONY
$(GO) build $(GOFLAGS) -o web main.go
run: web
./web