Skip to content

Commit

Permalink
Merge branch 'master' into uco-issue-393
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnelson-nist committed Jul 22, 2022
2 parents d52cca3 + 1113eed commit 039fa8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dependencies/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ SHELL := /bin/bash

case_develop_ttls := \
$(wildcard CASE-develop/ontology/*/*.ttl) \
$(wildcard UCO-develop/ontology/*/*.ttl)
$(wildcard UCO-develop/ontology/*/*.ttl) \
$(wildcard UCO-develop/ontology/uco/*/*.ttl)

case_unstable_ttls := \
$(wildcard CASE-unstable/ontology/*/*.ttl) \
$(wildcard UCO-unstable/ontology/*/*.ttl) \
$(wildcard UCO-unstable/ontology/uco/*/*.ttl)

top_srcdir := $(shell cd .. ; pwd)
Expand Down

0 comments on commit 039fa8f

Please sign in to comment.