8 lines
48 B
Makefile
8 lines
48 B
Makefile
|
all:
|
||
|
make -C src
|
||
|
|
||
|
clean:
|
||
|
make -C src clean
|
||
|
|
||
|
|