From 2246439559ed3f8c34a61734ff924a3743f13cbe Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 17 Jan 2017 22:31:40 +0100 Subject: don't use HUE in makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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) -- cgit