From 00b8dbe4c4f5b57b7cc8cad239064f70d84fe5b2 Mon Sep 17 00:00:00 2001
From: "Haarst, Jan van" <jan.vanhaarst@wur.nl>
Date: Tue, 8 Nov 2016 15:12:16 +0100
Subject: [PATCH] Indent with tabs, not spaces

---
 dust/makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dust/makefile b/dust/makefile
index 87f34c5..95b9a38 100644
--- a/dust/makefile
+++ b/dust/makefile
@@ -1,13 +1,13 @@
 CC = cc -O2
 
 .c.o :
-        $(CC) -c $<
+	$(CC) -c $<
 
 dust: tust.o dust.o getfa.o
-        $(CC) -o dust tust.o dust.o getfa.o
+	$(CC) -o dust tust.o dust.o getfa.o
 clean:
-        rm *.o dust
+	rm *.o dust
 
 install:
-        install -d ../bin
-        install dust ../bin
+	install -d ../bin
+	install dust ../bin
-- 
GitLab