11 lines
132 B
Diff
11 lines
132 B
Diff
|
--- a/src/Makefile
|
||
|
+++ b/src/Makefile
|
||
|
@@ -42,6 +42,7 @@
|
||
|
endif
|
||
|
|
||
|
all : $(TARGETS)
|
||
|
+ $(MAKE) -C test
|
||
|
|
||
|
static : $(STATICTARGETS)
|
||
|
|