Tizen 2.0 Release
[framework/base/acl.git] / examples / Makefile.examples
1 CFLAGS = -g -Wall
2 LDFLAGS = -lacl
3
4 PROGS = get-acl copy-acl set-acl copyperm
5
6 all: $(PROGS)
7
8 clean:
9         rm -f $(PROGS)