Took 2 minutes Took 2 minutes
@@ -1,4 +1,13 @@
.PHONY: build
SPEC=$(GOPATH)/bin/spec
build:
docker build --rm -t $(shell cat .project) .
$(SPEC):
go get github.com/titpetric/spec/cmd/spec
spec: $(SPEC)
cd sam/docs/src && $(SPEC)
cd sam/ && php _gen.php
The note is not visible to the blocked user.