X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=fc206dcdef17621ce5e3ca1234ce38a637d3e6bb;hb=95fd058a3a7386777879854ad17e9213778463d4;hp=943d5b4ca9f4e2bd022cd06d07d2f664382be398;hpb=8c04b50202f39c9c207d66b17daef35ff8da5368;p=platform%2Fcore%2Fuifw%2Fefl-theme-tizen.git diff --git a/Makefile b/Makefile index 943d5b4..fc206dc 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,13 @@ PREFIX ?= /usr all: + cp themes/tizen.edc themes/light.edc + cp themes/tizen.edc themes/dark.edc cd themes && make install: cd themes && make $@ + rm -rf themes/light.edc themes/dark.edc uninstall: cd themes && make $@