Skip to content

Commit

Permalink
refactor: Phony targets
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Sep 26, 2024
1 parent 8157ffb commit 8964c31
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 @@ -3,7 +3,7 @@ PLUGINDEV_PROJECT_DIR?=/Users/andrew/webdev/sites/plugindev/cms_v${MAJOR_VERSION
VENDOR?=nystudio107
PROJECT_PATH?=${VENDOR}/$(shell basename $(CURDIR))

.PHONY: dev release
.PHONY: dev docs release

# Start up the buildchain dev server
dev:
Expand Down

0 comments on commit 8964c31

Please sign in to comment.