4 lines
38 B
Makefile
4 lines
38 B
Makefile
|
all:
|
||
|
$(MAKE) -C MVDS all
|
||
|
.PHONY: all
|