Package: libcsv / 3.0.3+dfsg-5

examples-makefile.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: W. Martin Borgert <debacle@debian.org>
Description: Provide a simple Makefile for the examples.
Bug-Debian: https://bugs.debian.org/802667
Forwarded: no
Last-Update: 2015-11-28

--- /dev/null
+++ b/examples/Makefile
@@ -0,0 +1,8 @@
+LDFLAGS = -lcsv
+
+EXAMPLES = csvfix csvinfo csvtest csvvalid
+
+all: $(EXAMPLES)
+
+clean:
+	rm -f $(EXAMPLES) *~