9 lines
142 B
Makefile
9 lines
142 B
Makefile
|
# Build Options
|
||
|
# change yes to no to disable
|
||
|
#
|
||
|
CUSTOM_MATRIX = lite # Lite custom matrix
|
||
|
|
||
|
|
||
|
# Project specific files
|
||
|
SRC += matrix.c
|