From 1271b3bddd8ef49027be8008cdfddeb0ef67749f Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 8 Jun 2013 15:58:40 +0400 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ui/Makefile b/ui/Makefile index f424fb82..5edd9022 100755 --- a/ui/Makefile +++ b/ui/Makefile @@ -6,6 +6,10 @@ # - PhoneGap-remote # push and api call to fetch and rebuild # - PhoneGap-local XXX +# + +APP_NAME=ImageGrid.Viewer + # process LESS files to CSS... %.css: %.less @@ -16,8 +20,6 @@ uglifyjs $< -c -o $@ -APP_NAME=ImageGrid.Viewer - # get all the .less files to process... CSS_FILES := $(patsubst %.less,%.css,$(wildcard *.less))