5 lines
50 B
Makefile
5 lines
50 B
Makefile
|
all:
|
||
|
cd src && make
|
||
|
clean:
|
||
|
cd src && make clean
|