mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:20:31 +08:00
14 lines
254 B
Diff
14 lines
254 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 686be4f..28d0a7f 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -8,8 +8,6 @@ default: all
|
|
|
|
all:
|
|
@$(MAKE) -C src
|
|
- @$(MAKE) -C test
|
|
- @$(MAKE) -C examples
|
|
|
|
.PHONY: all install default clean test
|
|
.PHONY: FORCE cscope
|