aboutsummaryrefslogtreecommitdiffstats
path: root/debian/additions/sample.c.Makefile
blob: bf2f8f5c02a44c4a82f8c0d215fcc8113b82e250 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 $<