Skip to content

Commit

Permalink
chore: removing model_hub references from Makefile (#9901)
Browse files Browse the repository at this point in the history
  • Loading branch information
mackrorysd authored Sep 9, 2024
1 parent c961dbd commit c1499ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ build-%:
$(MAKE) -C $(subst -,/,$*) build

.PHONY: build-docs
build-docs: build-harness build-model_hub build-examples build-helm build-proto build-bindings
build-docs: build-harness build-examples build-helm build-proto build-bindings
$(MAKE) -C docs build

.PHONY: build-bindings
Expand All @@ -76,26 +76,26 @@ build: build-master build-agent build-webui build-docs
clean-%:
$(MAKE) -C $(subst -,/,$*) clean
.PHONY: clean
clean: clean-tools clean-proto clean-harness clean-model_hub clean-examples clean-docs clean-webui clean-master clean-agent clean-bindings
clean: clean-tools clean-proto clean-harness clean-examples clean-docs clean-webui clean-master clean-agent clean-bindings

.PHONY: check-%
check-%:
$(MAKE) -C $(subst -,/,$*) check
.PHONY: check
check: check-proto check-harness check-model_hub check-e2e_tests check-tools check-master check-webui check-examples check-docs check-schemas
check: check-proto check-harness check-e2e_tests check-tools check-master check-webui check-examples check-docs check-schemas
$(MAKE) check-agent

.PHONY: fmt-%
fmt-%:
$(MAKE) -C $(subst -,/,$*) fmt
.PHONY: fmt
fmt: fmt-harness fmt-model_hub fmt-e2e_tests fmt-tools fmt-master fmt-agent fmt-webui fmt-examples fmt-docs fmt-schemas fmt-proto
fmt: fmt-harness fmt-e2e_tests fmt-tools fmt-master fmt-agent fmt-webui fmt-examples fmt-docs fmt-schemas fmt-proto

.PHONY: test-%
test-%:
$(MAKE) -C $(subst -,/,$*) test
.PHONY: test
test: test-harness test-model_hub test-master test-agent test-webui
test: test-harness test-master test-agent test-webui

# local frontend dev server against current DET_MASTER
.PHONY: localfrontend
Expand Down

0 comments on commit c1499ac

Please sign in to comment.