6 lines
63 B
Makefile
6 lines
63 B
Makefile
|
all:
|
||
|
(cd src && make all)
|
||
|
|
||
|
install:
|
||
|
(cd src && make install)
|