aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-01-17 22:31:40 +0100
committerGerd Hoffmann <kraxel@redhat.com>2017-01-17 22:31:40 +0100
commit2246439559ed3f8c34a61734ff924a3743f13cbe (patch)
treeceefbcdd0b38d1ef14fa9fc572eefc378aa9880e /Makefile
parentfd3ebf73b5e5bc5ae55a0d86dcd4846c2e32ae7d (diff)
downloadhue-2246439559ed3f8c34a61734ff924a3743f13cbe.tar.gz
don't use HUE in makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4a7dcae..8da3a90 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,13 @@
# config
-HUE := ./hue
+HUEAPP := ./hue
# state files
groups := $(wildcard groups-*)
rules := $(wildcard rules-*)
default:
- $(HUE) export
+ $(HUEAPP) export
clean:
rm -f $(groups)