packaging: cleanup
[framework/uifw/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