From 8668d9305423d4bffc26052b0916898e34b2b650 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= <daniel@turtleware.eu>
Date: Thu, 17 Sep 2015 11:48:58 +0200
Subject: [PATCH] makefile: fix make clean target
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
---
 makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/makefile b/makefile
index ebd17fa4..a10b20e3 100644
--- a/makefile
+++ b/makefile
@@ -137,11 +137,11 @@ rt_1000_8:
 
 clean:
 	@rm -f auxiliary/*.{out,fas,cls,fasl,o,so,~,fn,x86f,ufsl,abcl,lib}
-	@rm -f sample-files/*.{out,fas,cls,fasl,o,so,~,fn,x86f,ufsl,abcl,lib}
+	@rm -f sandbox/*.{out,fas,cls,fasl,o,so,~,fn,x86f,ufsl,abcl,lib}
 	@rm -f test*.out *.cls *.fasl *.o *.so *~ *.fn *.x86f *.fasl *.ufsl *.abcl *.fas *.lib \#*\#
 	@rm -f *.dfsl *.d64fsl
 	@(cd beyond-ansi; $(MAKE) clean)
-	@rm -rf scratch/ scratch.txt
+	@rm -rf sandbox/scratch/ sandbox/scratch.txt
 	@rm -f foo.txt foo.lsp foo.dat
 	@rm -f tmp.txt tmp.dat tmp2.dat temp.dat
 	@rm -f gazonk* out.class
-- 
GitLab