initial
This commit is contained in:
commit
12b78d8483
8 changed files with 296 additions and 0 deletions
10
Makefile
Normal file
10
Makefile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
.PHONY: build test clean
|
||||
|
||||
build:
|
||||
@mkdir -p bin && go build -o bin/cnpjgen .
|
||||
|
||||
test:
|
||||
@go test -v ./...
|
||||
|
||||
clean:
|
||||
@rm -rf bin
|
||||
Loading…
Add table
Add a link
Reference in a new issue