8 lines
49 B
Makefile
8 lines
49 B
Makefile
|
|
||
|
all:
|
||
|
cd src; make
|
||
|
|
||
|
clean:
|
||
|
cd src; make clean
|
||
|
|