gods/mkfile
2023-08-27 15:41:30 +03:00

7 lines
76 B
Makefile

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