vcpkg/ports/liburing/disable-tests-and-examples.patch

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