summaryrefslogtreecommitdiff
path: root/mobile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/Makefile')
-rw-r--r--mobile/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/mobile/Makefile b/mobile/Makefile
deleted file mode 100644
index fc206dcd..00000000
--- a/mobile/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-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 $@
-
-clean:
- cd themes && make $@
-
-distclean: clean