tg/mkfile
2023-08-09 23:20:30 +03:00

8 lines
72 B
Makefile

all: build
build:V:
go build -o exe/ ./cmd/...
clean:
rm -rf exe/*