forked from ebhomengo/niki
1
0
Fork 0
niki/vendor/github.com/swaggo/files/v2/Makefile

10 lines
139 B
Makefile
Raw Normal View History

2024-08-29 03:26:59 +00:00
all: build
.PHONY: init
init:
git submodule update --init --recursive
.PHONY: build
build:
rm -rf dist/*
cp -r swagger-ui/dist/* dist/