瀏覽代碼

Remove the "lib/%" rule.

skullY 7 年之前
父節點
當前提交
6fc43ddaf6
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      Makefile

+ 0 - 4
Makefile

@@ -554,10 +554,6 @@ 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