(root)/
attr-2.5.1/
examples/
Makefile
CFLAGS = -g -Wall -I../include
LDFLAGS = -lattr

PROGS = copyattr

all : $(PROGS)

clean:
	rm -f $(PROGS)