7 lines
48 B
Makefile
7 lines
48 B
Makefile
|
all:
|
||
|
cd src; make
|
||
|
|
||
|
clean:
|
||
|
cd src; make clean
|
||
|
|