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