vcpkg/ports/liburing/disable-tests-and-examples.patch
2024-08-26 00:58:07 -07:00

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