mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-16 17:51:42 +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
|