Струтуризация и сделан пропуск вопросов

This commit is contained in:
Anatoly Prohacky
2023-01-18 23:35:07 +10:00
parent 93afb8d15b
commit 96f75155ba
10 changed files with 213 additions and 0 deletions

19
Makefile Normal file
View File

@@ -0,0 +1,19 @@
bdown:
go build -v ./cmd/mtdown
rdown:
go run ./cmd/mtdown
bparse:
go build -v ./cmd/mtparse
rparse:
go run ./cmd/mtparse
bstep:
go build -v ./cmd/mtstep
rstep:
go run ./cmd/mtstep
.DEFAULT_GOAL := bstep