wikingo/Makefile

15 lines
193 B
Makefile

run:
go run main.go
rundebug:
go run main.go -d
build:
go build -o bin/wikingo
clean:
rm -f bin/wikingo
changelog:
git log --oneline --decorate --pretty=format:'* %s' >> CHANGELOG.md