From 1987c01bea51293d6c718f523551f4cedd73b590 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Mon, 28 Apr 2003 00:19:33 +0000
Subject: [PATCH] Fix clean target

---
 xtrn/sbl/GNUmakefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/xtrn/sbl/GNUmakefile b/xtrn/sbl/GNUmakefile
index fd47105fcf..61e2e06ea8 100644
--- a/xtrn/sbl/GNUmakefile
+++ b/xtrn/sbl/GNUmakefile
@@ -62,4 +62,5 @@ smb2sbl: smb2sbl.o $(SMBIO)
 
 sblpack: sblpack.o $(XPDEV)/filewrap.o
 
-clean: rm -f *.o
\ No newline at end of file
+clean:
+	rm -f *.o
-- 
GitLab