mirror of
https://github.com/Fennix-Project/Drivers.git
synced 2025-05-25 22:14:31 +00:00
6 lines
73 B
Makefile
6 lines
73 B
Makefile
build:
|
|
make -C ExampleDriver build
|
|
|
|
clean:
|
|
make -C ExampleDriver clean
|