174644b63c
add openapi infra * add openapi infra Includes generated stubs and all deps * generatetolocation * basesetupoffunctionsandclient * round1controllertests * passintegrationtests * cleanupfromfullsuite * storedjson * fixjsonyaml * fixtests Approved-by: Michael McGuinness
10 lines
139 B
Makefile
10 lines
139 B
Makefile
all: build
|
|
|
|
.PHONY: init
|
|
init:
|
|
git submodule update --init --recursive
|
|
|
|
.PHONY: build
|
|
build:
|
|
rm -rf dist/*
|
|
cp -r swagger-ui/dist/* dist/
|