mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-01 22:58:48 -04:00
12 lines
224 B
Text
12 lines
224 B
Text
# Options required by the C compiler
|
|
COPTS = -O2 -g
|
|
|
|
# Path to include files
|
|
INCLUDES = -I .
|
|
|
|
# Options to link with alsa sound library
|
|
ASOUND = -lasound
|
|
|
|
# Installation options
|
|
INSTALL = install -s
|
|
INSTDIR = /usr/local/bin
|