Skip to content

Commit

Permalink
Merge pull request #711 from SizzinSeal/bugfix/make-template
Browse files Browse the repository at this point in the history
🐛 use `pros` instead of `prosv5` in Makefile
  • Loading branch information
WillXuCodes authored Oct 26, 2024
2 parents 18e5954 + 3d68ed8 commit dcda445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ template: patch_sdk_headers clean-template library
$Dcp $(ROOT)/template-Makefile $(TEMPLATE_DIR)/Makefile
$Dmv $(TEMPLATE_DIR)/template-gitignore $(TEMPLATE_DIR)/.gitignore
@echo "Creating template"
$Dprosv5 c create-template $(TEMPLATE_DIR) kernel $(shell cat $(ROOT)/version) $(CREATE_TEMPLATE_ARGS)
$Dpros c create-template $(TEMPLATE_DIR) kernel $(shell cat $(ROOT)/version) $(CREATE_TEMPLATE_ARGS)

LIBV5RTS_EXTRACTION_DIR=$(BINDIR)/libv5rts
$(LIBAR): patch_sdk_headers $(call GETALLOBJ,$(EXCLUDE_SRC_FROM_LIB)) $(EXTRA_LIB_DEPS)
Expand Down

0 comments on commit dcda445

Please sign in to comment.