mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:25:42 +01:00
10 lines
205 B
Makefile
10 lines
205 B
Makefile
INCLUDES = -I$(top_srcdir)/include
|
|
LDADD = -lm
|
|
# LDFLAGS = -static
|
|
# CFLAGS += -g -Wall
|
|
|
|
bin_PROGRAMS = amixer
|
|
amixer_SOURCES = amixer.c
|
|
noinst_HEADERS = amixer.h
|
|
man_MANS = amixer.1
|
|
EXTRA_DIST = amixer.1
|