Skip to content

Commit

Permalink
Synchronization: SubClassOf
Browse files Browse the repository at this point in the history
  • Loading branch information
joeflack4 committed Sep 10, 2023
1 parent f4590dc commit 5b9873e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/ontology/mondo-ingest.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,14 @@ slurp-all-no-updates: $(foreach n,$(ALL_COMPONENT_IDS), slurp-no-updates-$(n))
.PHONY: slurp-all
slurp-all: $(foreach n,$(ALL_COMPONENT_IDS), slurp-$(n))


#############################
###### Synchronization ######
#############################
.PHONY: sync-subclassof
sync-subclassof:
echo sync

#############################
######### Analysis ##########
#############################
Expand Down

0 comments on commit 5b9873e

Please sign in to comment.