Add a clean target

This commit is contained in:
Guilhem Bonnefille
2020-07-28 21:36:55 +02:00
parent ff7896e856
commit 014e1b6619

View File

@@ -7,4 +7,6 @@ swagger-codegen-cli.jar:
doc:
mkdir -p html
java -jar swagger-codegen-cli.jar generate -i openkarotz-openapi.json -l html -o html
java -jar swagger-codegen-cli.jar generate -i openkarotz-openapi.json -l html -o html
clean:
rm -rf doc