Skip to content

Commit

Permalink
Fix Makefile recursion and syntax
Browse files Browse the repository at this point in the history
References:
* #389

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Jun 29, 2022
1 parent 756c8fe commit 9bbf86d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ check: \
.git_submodule_init.done.log \
.lib.done.log
$(MAKE) \
--directory ontology/uco \
--directory ontology \
check
$(MAKE) \
--directory tests \
Expand All @@ -53,7 +53,7 @@ clean: \

clean-ontology:
@$(MAKE) \
--directory ontology/uco \
--directory ontology \
clean

clean-tests:
Expand Down
1 change: 1 addition & 0 deletions ontology/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ all-co:

all-uco:
$(MAKE) \
--directory uco

check: \
check-co \
Expand Down

0 comments on commit 9bbf86d

Please sign in to comment.