4 lines
49 B
Makefile
4 lines
49 B
Makefile
|
.PHONY: main
|
||
|
main:
|
||
|
make -C c/status -f Makefile
|