Skip to content

Commit

Permalink
Update Makefile: match target
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Piercy <web@stevepiercy.com>
  • Loading branch information
ksuess and stevepiercy authored Sep 7, 2024
1 parent 7af8dcc commit 9b06bfd
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 @@ -132,7 +132,7 @@ install-classic: ## Create virtualenv and install Plone
build-classic: ## Build classic
$(MAKE) -C "./classic/" build-dev

.PHONY: export-distribution
.PHONY: export-distribution-classic
export-distribution-classic: ## Export content
$(MAKE) -C "./classic/" export-distribution

Expand Down

0 comments on commit 9b06bfd

Please sign in to comment.