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

PROGS = copyattr

all : $(PROGS)

clean:
	rm -f $(PROGS)