Skip to content

Commit

Permalink
building $(SRC) without explicit modules/nmdc_env_context_subset_memb…
Browse files Browse the repository at this point in the history
…ership.owl
  • Loading branch information
turbomam committed Jan 22, 2025
1 parent 183ecfe commit 15182b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/envo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ ALL_MODS_CSV = $(patsubst %, modules/%.csv, $(MODS))
# Merge in all module files, whilst removing the corresponding import
$(SRC): $(PRE_SRC)
$(OWLTOOLS) $(USECAT) $< $(patsubst %, --remove-import-declaration $(OBO)/envo/modules/%.owl, $(MODS)) -o $@.tmp
$(OWLTOOLS) $(USECAT) $@.tmp $(ALL_MODS_OWL) modules/nmdc_env_context_subset_membership.owl --merge-support-ontologies -o $@
$(OWLTOOLS) $(USECAT) $@.tmp $(ALL_MODS_OWL) --merge-support-ontologies -o $@
# modules/nmdc_env_context_subset_membership.owl

# ----------------------------------------
# Export formats
Expand Down

0 comments on commit 15182b8

Please sign in to comment.