mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-27 07:00:09 -05:00
11 lines
214 B
Makefile
11 lines
214 B
Makefile
# # Process this file with automake to produce Makefile.in.
|
|
AUTOMAKE_OPTIONS = 1.3 foreign
|
|
|
|
CFLAGS = -Wall -g
|
|
|
|
bin_PROGRAMS = sbiload
|
|
#man_MANS = sbiload.1
|
|
|
|
sbiload_SOURCES = sbiload.c
|
|
|
|
EXTRA_DIST = README COPYING
|