go-pingbot/Makefile
Medzik bd660f5427 v1.1.0: Change error msg, Changes 2 files name to ticker.go...
- Change error messages
- backend and update: changed files name to ticker.go
- Update README, Makefile
- Added nodemon
- website: URL type now is database.URL
- backend: Remove unused http info
- Upgrade deps
2021-07-19 14:24:33 +00:00

12 lines
117 B
Makefile

BINARY_NAME=pingbot.out
build:
go build -o ${BINARY_NAME}
run:
go run .
clean:
go clean
rm -rf pingbot* dist/