forked from gronod/squeezelite-esp32
9 lines
198 B
Makefile
9 lines
198 B
Makefile
#
|
|
# "main" pseudo-component makefile.
|
|
#
|
|
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
|
|
CFLAGS += -DPOSIX -DLINKALL -DLOOPBACK -DDACAUDIO
|
|
|
|
|
|
|