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

PROGS = get-acl copy-acl set-acl copyperm

all: $(PROGS)

clean:
	rm -f $(PROGS)