mirror of
https://github.com/Fennix-Project/Drivers.git
synced 2025-05-28 15:34:29 +00:00
9 lines
111 B
Makefile
9 lines
111 B
Makefile
build:
|
|
make -C ExampleDriver build
|
|
|
|
prepare:
|
|
$(info Nothing to prepare)
|
|
|
|
clean:
|
|
make -C ExampleDriver clean
|