mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-05 04:06:31 -05:00
11 lines
209 B
Makefile
11 lines
209 B
Makefile
# # Process this file with automake to produce Makefile.in.
|
|
AUTOMAKE_OPTIONS = 1.3 foreign
|
|
|
|
CFLAGS = -Wall -g
|
|
|
|
bin_PROGRAMS = cspctl
|
|
man_MANS = cspctl.1
|
|
|
|
cspctl_SOURCES = cspctl.c
|
|
|
|
EXTRA_DIST = README COPYING
|