2022-09-20 02:40:16 +08:00
|
|
|
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
|
|
|
|
|
2024-08-26 15:58:07 +08:00
|
|
|
library:
|
|
|
|
@$(MAKE) -C src
|