mirror of
https://github.com/Fennix-Project/Drivers.git
synced 2025-05-28 15:34:29 +00:00
10 lines
179 B
Makefile
10 lines
179 B
Makefile
build:
|
|
make -C PS2Mouse build
|
|
make -C VMwareMouse build
|
|
make -C VirtualBoxMouse build
|
|
|
|
clean:
|
|
make -C PS2Mouse clean
|
|
make -C VMwareMouse clean
|
|
make -C VirtualBoxMouse clean
|