aboutsummaryrefslogtreecommitdiffstats
path: root/debian/additions/sample.c.Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'debian/additions/sample.c.Makefile')
-rw-r--r--debian/additions/sample.c.Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/additions/sample.c.Makefile b/debian/additions/sample.c.Makefile
new file mode 100644
index 0000000..bf2f8f5
--- /dev/null
+++ b/debian/additions/sample.c.Makefile
@@ -0,0 +1,15 @@
+# Makefile for libconfig - examples
+
+
+sample1: sample1.c
+ $(CC) -o $@ -lconfig $<
+
+sample2: sample2.c
+ $(CC) -o $@ -lconfig $<
+
+sample3: sample3.c
+ $(CC) -o $@ -lconfig $<
+
+
+stub: stub.c
+ $(CC) -o $@ -lconfig $<