Fix 4text.1icon.1 & 4text.1icon.1.tb & 4text.1icon.2 & 4text.1icon.2.tb
[profile/ivi/efl-theme-tizen.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