mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-14 06:59:54 -05:00
8 lines
119 B
Text
8 lines
119 B
Text
|
|
|
||
|
|
CFLAGS = -g -O2 -W -Wall
|
||
|
|
|
||
|
|
lib_LTLIBRARIES = liblevel.la
|
||
|
|
|
||
|
|
liblevel_la_SOURCES = level.c
|
||
|
|
liblevel_la_LIBADD = -lncurses
|