You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
build:
|
|
go build -o gopocsag
|
|
|
|
clean:
|
|
rm gopocsag
|
|
rm -rf batches
|
|
|
|
test:
|
|
go test ./...
|
|
|
|
docgen:
|
|
godoc -html ./internal/datatypes/ > doc/datatypes.html
|
|
godoc -html ./internal/utils/ > doc/utils.html
|
|
godoc -html ./internal/wav/ > doc/wav.html
|