blob: 827d80e9cfb17852b5fc93854b9951f9c00020ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|