Skip to content

Commit 5b537da

Browse files
Update Makefile
Update the phony target Co-authored-by: Matyas Selmeci <mselmeci@wisc.edu>
1 parent 6a873f9 commit 5b537da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ else
120120
@$(CONTAINER_TOOL) run -w /app -v $(PWD):/app goreleaser/goreleaser --clean --snapshot
121121
endif
122122

123-
.PHONY: pelican-build
123+
.PHONY: pelican-dev-build
124124
pelican-dev-build:
125-
@echo PELICAN BUILD
125+
@echo PELICAN DEV BUILD
126126
ifeq ($(USE_DOCKER),0)
127127
@goreleaser --clean --snapshot --config .goreleaser.dev.yml
128128
else

0 commit comments

Comments
 (0)