mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
14 lines
220 B
Diff
14 lines
220 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
|
|
|
|
library:
|
|
@$(MAKE) -C src
|