alsa-tools/seq/sbiload/make.conf
2001-05-11 07:43:52 +00:00

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