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