Skip to content

Commit

Permalink
fix prod target for PCBWay
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna-f1sh committed May 18, 2023
1 parent 09e06e5 commit 744bc6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Kicad.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#
# * Project generated data will be output to '$(PROJECT_ROOT)/output/X' by default
# * Project distributables and production .zip datapacks will be output to '$(PROJECT_ROOT)/output/dist' and '$(PROJECT_ROOT)/output/prod' by default
override KICADMK_VER = 0.10-aplha
override KICADMK_VER = 0.11-aplha

shell_output =
KICADMK_QUIET ?= 0
Expand Down
3 changes: 2 additions & 1 deletion suppliers/PCBWay.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ POS_FILENAMES = $(PROJECT_NAME)-both.pos
PROD_FOLDER ?= $(OUTPUT_FOLDER)/prod-pcbway

# PCB takes separate zips
prod: $(MAKE) prod-all
prod:
$(MAKE) prod-all

0 comments on commit 744bc6c

Please sign in to comment.