aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 0000000..2208750
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,12 @@
+PREFIX = /usr
+MANPREFIX = $(PREFIX)/share/man
+
+# For class of preserved clut
+PKGNAME = coopgammad
+COMMAND = coopgammad
+
+CPPFLAGS = -D_XOPEN_SOURCE=700 -DUSE_VALGRIND
+#CFLAGS = -std=c99 -Wall -O2
+#LDFLAGS = -lgamma -s
+CFLAGS = -std=c99 -Wall -Og -g
+LDFLAGS = -lgamma