From 0490394873b4b582bbfba782c1e93ad96bcceeb9 Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 19 Nov 2013 17:33:39 -0800 Subject: minor makefile fixup --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 326d6f0d5..d2338baba 100644 --- a/Makefile +++ b/Makefile @@ -214,6 +214,6 @@ release: @bash scripts/release.sh sandwich: - @[ $$(whoami) = "root" ] && (echo "ok"; echo "ham" > sandwich) || echo "make it yourself" && exit 13 + @[ $$(whoami) = "root" ] && (echo "ok"; echo "ham" > sandwich) || (echo "make it yourself" && exit 13) .PHONY: all latest install dev link doc clean uninstall test man doc-publish doc-clean docclean docpublish release zip-publish -- cgit v1.2.3