Skip to content

Commit

Permalink
remove RO from the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
elserj committed Apr 17, 2024
1 parent 96e665d commit 9f6f4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ subsets/po-basic.obo: po.obo
# Imports
# ----------------------------------------

IMPORTS = ncbitaxon ro
IMPORTS = ncbitaxon
IMPORTS_OWL = $(patsubst %, imports/%_import.owl,$(IMPORTS)) $(patsubst %, imports/%_import.obo,$(IMPORTS))

# Make this target to regenerate ALL
Expand Down

0 comments on commit 9f6f4d2

Please sign in to comment.