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