We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72c8273 commit 386495aCopy full SHA for 386495a
Makefile
@@ -1,13 +1,13 @@
1
2
-.PHONY: all build
+.PHONY: all build modelgen
3
4
all: build
5
6
-modelgen:
7
- @if [ -z "`which modelgen`" ]; then go get -v github.com/contiv/modelgen; fi
8
-
9
build: modelgen
10
bash generate.sh
11
go install ./ ./client/
12
docker run --rm -u $(shell id -u):$(shell id -g) -v $(PWD):/files -w /files/spec ruby:2.4.0-slim /usr/local/bin/ruby contivModel2raml.rb
13
mv spec/netmaster.raml ./spec/contiv/libraries/netmaster.raml
+
+modelgen:
+ @if [ -z "`which modelgen`" ]; then go get -v github.com/contiv/modelgen; fi
0 commit comments