6 lines
51 B
Makefile
6 lines
51 B
Makefile
all:
|
|
@make -C build
|
|
|
|
check:
|
|
@make -C build check
|