Skip to content

Commit

Permalink
Added outputFolder in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed May 9, 2023
1 parent fb5d065 commit 544ee77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ build:
--env isTest=$(isTest) \
--env includeLanguages=$(includeLanguages) \
--env excludeLanguages=$(excludeLanguages) \
--env outputFolder=$(outputFolder) \
--env generateTypes=$(generateTypes)

.PHONY: clean
Expand Down

0 comments on commit 544ee77

Please sign in to comment.