Skip to content

Commit

Permalink
Revert "Remove the "lib/%" rule."
Browse files Browse the repository at this point in the history
This reverts commit 6fc43dd.

I didn't think this through before pushing it.
  • Loading branch information
skullydazed committed Sep 7, 2017
1 parent 6fc43dd commit 927ef81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,10 @@ test: test-all
.PHONY: test-clean
test-clean: test-all-clean

lib/%:
git submodule sync $?
git submodule update --init $?

git-submodule:
git submodule sync --recursive
git submodule update --init --recursive
Expand Down

0 comments on commit 927ef81

Please sign in to comment.