8 lines
49 B
Makefile
8 lines
49 B
Makefile
|
|
||
|
default: all
|
||
|
|
||
|
.DEFAULT:
|
||
|
cd src && $(MAKE) $@
|
||
|
|
||
|
|