This repository has been archived on 2022-01-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
gidbig/Makefile
T
2021-12-21 17:54:12 +01:00

8 lines
134 B
Makefile

.PHONY: build
build:
go build -o ./gidbig ./main.go ./webserver.go
clean:
rm -f ./gidbig
install:
go install dev.ixab.de/da/gidbig