6 lines
53 B
Makefile
6 lines
53 B
Makefile
|
test/test:
|
||
|
make -C test
|
||
|
|
||
|
clean:
|
||
|
make -C test clean
|