[access] add dark theme
[platform/core/uifw/efl-theme-tizen.git] / Makefile
1 PREFIX ?= /usr
2
3 all:
4         cp themes/tizen.edc themes/light.edc
5         cp themes/tizen.edc themes/dark.edc
6         cd themes && make
7
8 install: 
9         cd themes && make $@
10         rm -rf themes/light.edc themes/dark.edc
11
12 uninstall:
13         cd themes && make $@
14
15 clean:
16         cd themes && make $@
17
18 distclean: clean