[layout : searchbar style] change the alignment of X-mark for supporting Giant font
[framework/uifw/efl-theme-white.git] / Makefile
1 PREFIX ?= /usr
2
3 all:
4         cd themes && make
5
6 install: 
7         cd themes && make $@
8
9 uninstall:
10         cd themes && make $@
11
12 clean:
13         cd themes && make $@
14
15 distclean: clean