summaryrefslogtreecommitdiff
path: root/examples/Makefile
blob: aafe3be23954ecb00ff4d4d55dcf3bfdf1914201 (plain)
1
2
3
4
5
6
7
8
9
CFLAGS = -g -Wall -I../include
LDLIBS = -lattr

PROGS = copyattr

all : $(PROGS)

clean:
	rm -f $(PROGS)