summaryrefslogtreecommitdiff
path: root/examples/Makefile.examples
blob: 05c78318ce24210f51c398d0cef20fe65f33e6b4 (plain)
1
2
3
4
5
6
7
8
9
CFLAGS = -g -Wall
LDFLAGS = -lattr

PROGS = copyattr

all : $(PROGS)

clean:
	rm -f $(PROGS)