12 lines
124 B
Makefile
12 lines
124 B
Makefile
VERSION = 1.4
|
|
|
|
# paths
|
|
PREFIX = /usr/local
|
|
|
|
# flags
|
|
CFLAGS = -std=c99
|
|
LDFLAGS = -lsndfile
|
|
|
|
# compiler and linker
|
|
CC = cc
|