aboutsummaryrefslogtreecommitdiffstats
path: root/debian/additions/examples/c/debian.Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'debian/additions/examples/c/debian.Makefile')
-rw-r--r--debian/additions/examples/c/debian.Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/additions/examples/c/debian.Makefile b/debian/additions/examples/c/debian.Makefile
new file mode 100644
index 0000000..a5e28bd
--- /dev/null
+++ b/debian/additions/examples/c/debian.Makefile
@@ -0,0 +1,5 @@
+all: example1 example2 example3
+
+LOADLIBES += $(shell pkg-config libconfig --libs)
+CFLAGS += -Wall
+CFLAGS += -O2