Skip to content

Commit

Permalink
makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmayer committed Aug 14, 2024
1 parent 7db2734 commit cda80ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.PHONY: help
help:
@echo "Available targets:"
@echo " all Run clean, fix-style, document, install, readme, vignettes, lint, spell, test, check, coverage, preview-site"
@echo " all Run clean, fix-style, document, install, readme, vignettes, lint, spell, test, check-many-preds, check, coverage, preview-site"
@echo " dev Run clean, fix-style, document, lint, spell, test"
@echo " install-deps Install dependencies"
@echo " install Install the whole package, including dependencies"
Expand All @@ -29,7 +29,7 @@ help:
@echo " clean Clean up generated files"

.PHONY: all
all: clean fix-style document install readme vignettes lint spell test check coverage preview-site
all: clean fix-style document install readme vignettes lint spell test check-many-preds check coverage preview-site

.PHONY: dev
all: clean fix-style document lint spell test
Expand Down

0 comments on commit cda80ef

Please sign in to comment.