Skip to content

Commit

Permalink
chore: Add phonies
Browse files Browse the repository at this point in the history
  • Loading branch information
dadav committed Mar 2, 2024
1 parent 7b39656 commit dd01373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

.PHONY: clean
clean:
rm -rf pkg/gen

.PHONY: gen
gen: clean
openapi-generator generate -c config.yaml -g go-server -i forge_api_v3.json -o pkg/gen/v3
# for f in pkg/gen/openapi/*.go; do goimports -w "$$f"; done || true

0 comments on commit dd01373

Please sign in to comment.