5 rader
45 B
Makefile
5 rader
45 B
Makefile
all:
|
|
make -C src
|
|
|
|
clean:
|
|
make -C src clean
|