File: examples-makefile.diff

package info (click to toggle)
libcsv 3.0.3%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,536 kB
  • sloc: sh: 10,218; ansic: 1,070; makefile: 32
file content (17 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (4)
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) *~