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