summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2022-12-22 11:13:20 +0100
committerSamuel Mannehed <samuel@cendio.se>2022-12-22 11:13:20 +0100
commit99a9c03f3c5815552d26527e9560a95292abbf6f (patch)
tree5535406e5051c48583af937a205f3de33393768a /app
parentec4591145662d6abdb64f76955d7e7b24d200307 (diff)
downloadnovnc-99a9c03f3c5815552d26527e9560a95292abbf6f.tar.gz
Rename browser icon variable to reflect use
The other variables in the Makefile are named according to how the icons are used, lets do the same for the variable for the browser icons.
Diffstat (limited to 'app')
-rw-r--r--app/images/icons/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/images/icons/Makefile b/app/images/icons/Makefile
index be564b4..d259fc2 100644
--- a/app/images/icons/Makefile
+++ b/app/images/icons/Makefile
@@ -1,4 +1,4 @@
-ICONS := \
+BROWSER := \
novnc-16x16.png \
novnc-24x24.png \
novnc-32x32.png \
@@ -20,7 +20,7 @@ IPAD_LAUNCHER := \
novnc-76x76.png \
novnc-152x152.png
-ALL_ICONS := $(ICONS) $(ANDROID_LAUNCHER) $(IPHONE_LAUNCHER) $(IPAD_LAUNCHER)
+ALL_ICONS := $(BROWSER) $(ANDROID_LAUNCHER) $(IPHONE_LAUNCHER) $(IPAD_LAUNCHER)
all: $(ALL_ICONS)