Skip to content

Commit

Permalink
Added os-deps target as dependency for super targets
Browse files Browse the repository at this point in the history
  • Loading branch information
bpmooch committed Aug 9, 2024
1 parent 6fb8046 commit 926f800
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,16 @@ clean: clean-certs clean-gens clean-crates ## Clean the repo
lint: auraed-lint not-auraed-lint ## Run all lints

.PHONY: test
test: auraed-build auraed-lint auraed-test not-auraed-build not-auraed-lint not-auraed-test ## Builds, lints, and tests (does not include ignored tests)
test: os-deps auraed-build auraed-lint auraed-test not-auraed-build not-auraed-lint not-auraed-test ## Builds, lints, and tests (does not include ignored tests)

.PHONY: test-all
test-all: auraed-build auraed-lint auraed-test-all not-auraed-build not-auraed-lint not-auraed-test-all ## Run lints and tests (includes ignored tests)
test-all: os-deps auraed-build auraed-lint auraed-test-all not-auraed-build not-auraed-lint not-auraed-test-all ## Run lints and tests (includes ignored tests)

.PHONY: build
build: auraed-build auraed-lint not-auraed-build not-auraed-lint ## Build and lint
build: os-deps auraed-build auraed-lint not-auraed-build not-auraed-lint ## Build and lint

.PHONY: install
install: lint test auraed-debug auraescript-debug aer-debug ## Lint, test, and install (debug) 🎉
install: os-deps lint test auraed-debug auraescript-debug aer-debug ## Lint, test, and install (debug) 🎉

.PHONY: docs
docs: docs-crates docs-stdlib docs-other ## Assemble all the /docs for the website locally.
Expand Down

0 comments on commit 926f800

Please sign in to comment.