mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 08:05:42 +01:00
7 lines
127 B
Makefile
7 lines
127 B
Makefile
|
INCLUDES = -I$(top_srcdir)/include
|
||
|
bin_PROGRAMS = speaker-test
|
||
|
speaker_test_SOURCES = speaker-test.c
|
||
|
EXTRA_DIST = readme.txt
|
||
|
|
||
|
|