mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-15 01:09:15 +00:00
Added drivers
This commit is contained in:
8
Generic/Makefile
Normal file
8
Generic/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
build:
|
||||
make --quiet -C ExampleDriver build
|
||||
|
||||
prepare:
|
||||
$(info Nothing to prepare)
|
||||
|
||||
clean:
|
||||
make --quiet -C ExampleDriver clean
|
Reference in New Issue
Block a user