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