aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
blob: 793d086c8be419833fa59d2392face1b17983977 (plain) (blame)
1
2
3
4
5
6
7
8
PREFIX = /usr
PKGCONFIGDIR = $(PREFIX)/lib/pkgconfig

CXX = c++ -std=c++11

CPPFLAGS =
CXXFLAGS = -Wall -O3
LDFLAGS = -lgamma