aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 0000000..793d086
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,8 @@
+PREFIX = /usr
+PKGCONFIGDIR = $(PREFIX)/lib/pkgconfig
+
+CXX = c++ -std=c++11
+
+CPPFLAGS =
+CXXFLAGS = -Wall -O3
+LDFLAGS = -lgamma