Skip to content

Commit

Permalink
Delete slurp-no-updates goals
Browse files Browse the repository at this point in the history
  • Loading branch information
joeflack4 committed May 21, 2024
1 parent ae8808d commit 93f572a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/ontology/mondo-ingest.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -486,18 +486,10 @@ slurp/%.tsv: $(COMPONENTSDIR)/%.owl $(TMPDIR)/mondo.sssom.tsv $(REPORTDIR)/%_map
slurp-%: slurp/%.tsv
@echo "$@ completed".

.PHONY: slurp-no-updates-%
slurp-no-updates-%: slurp/%.tsv
@echo "$@ completed".

.PHONY: slurp-docs
slurp-docs:
python3 $(SCRIPTSDIR)/migrate.py --docs

.PHONY: slurp-all-no-updates
slurp-all-no-updates: $(foreach n,$(ALL_COMPONENT_IDS), slurp-no-updates-$(n))
@echo "$@ ($^) completed".

.PHONY: slurp-all
slurp-all: $(foreach n,$(ALL_COMPONENT_IDS), slurp-$(n))
@echo "$@ ($^) completed".
Expand Down

0 comments on commit 93f572a

Please sign in to comment.