Files
pgstorex/Makefile
Anton Lindström ef9866c6f5 initial commit
2014-01-07 17:15:27 +00:00

8 lines
70 B
Makefile

all: get-deps
get-deps:
@go get -d -v ./...
format:
@go fmt ./...