mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-17 04:12:34 +03:00
8 lines
47 B
Makefile
8 lines
47 B
Makefile
|
|
||
|
all:
|
||
|
make -C src
|
||
|
|
||
|
|
||
|
clean:
|
||
|
make -C src clean
|