mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-10 06:14:38 +00:00
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.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user