aboutsummaryrefslogtreecommitdiffstats
path: root/gadgets/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'gadgets/config.mk')
-rw-r--r--gadgets/config.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/gadgets/config.mk b/gadgets/config.mk
new file mode 100644
index 0000000..df25ba3
--- /dev/null
+++ b/gadgets/config.mk
@@ -0,0 +1,16 @@
+# Customize below to fit your system
+
+# paths
+PREFIX = /usr/local
+MANPREFIX = ${PREFIX}/share/man
+
+INCS = -I. -I/usr/include
+
+# No Xinerama, comment the following two lines for Xinerama
+LIBS = -L/usr/lib
+CFLAGS = -Os ${INCS}
+LDFLAGS = ${LIBS}
+
+# compiler and linker
+CC = gcc
+LD = ${CC}