Files
whipper-gui/src/config.mk
2016-10-19 17:54:01 -04:00

12 lines
124 B
Makefile

VERSION = 1.4
# paths
PREFIX = /usr/local
# flags
CFLAGS = -std=c99
LDFLAGS = -lsndfile
# compiler and linker
CC = cc