From 22f0f794ac4e40866c5d390a7b27b8bd6713e681 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 21 Oct 2013 23:28:03 +0200 Subject: o Removing silly formatting that left extra spaced at the end of lines. o Fixing bug in app-conf get subcommand that would only return the first part of values with an equals sign. o Makding sure $HOME is always set. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 05ffacb..c61e002 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ show-tests: @echo TESTS=$(TESTS) @echo $(addprefix set_header-,$(BINS)) -test: show-tests $(TESTS) +test: $(TESTS) .PHONY: test docs: -- cgit v1.2.3