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