Skip to content

Commit

Permalink
Merge pull request #32 from turon/pr/run_tests
Browse files Browse the repository at this point in the history
Allow 'make run_tests' from top-level
  • Loading branch information
woody-apple authored Mar 11, 2020
2 parents d7e1ec1 + 3779e92 commit 2af8930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SUB_DIRS=src

.PHONY: all clean test
.PHONY: all clean run_tests

all test clean:
all clean run_tests:
git submodule update --init
$(foreach dir,$(SUB_DIRS), $(MAKE) $@ -C $(dir))

0 comments on commit 2af8930

Please sign in to comment.