From 4fe72f586f9290b07596c107048e680ffb2c6515 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Fri, 22 Sep 2017 14:28:55 -0400 Subject: [PATCH] Makefile: tabs not spaces. Running 'make install_deps' will complain with: Makefile:49: *** missing separator (did you mean TAB instead of 8 spaces?). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index edee3246..a718e4b6 100644 --- a/Makefile +++ b/Makefile @@ -46,4 +46,4 @@ probert: fi clean: - ./debian/rules clean + ./debian/rules clean