HW12 Makefile поправил

pull/13/head
Andrey Ivanov 2020-09-24 16:15:00 +03:00 committed by Andrey Ivanov
parent 1fe653c9bd
commit bc91e45c8b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
build:
go build -o ./bin/calendar ./src
go build -o ./bin/calendar ./cmd/calendar/main.go
run:
go run ./cmd/calendar/main.go -config ./configs/config.toml