9 lines
109 B
Makefile
9 lines
109 B
Makefile
|
# Dummy Makefile to trick the build system into not buiding tools and firmware
|
||
|
#
|
||
|
|
||
|
all:
|
||
|
@true
|
||
|
|
||
|
clean:
|
||
|
@true
|