From 476e09b74d52c3026c3c47fd946ba330fe82ed4c Mon Sep 17 00:00:00 2001 From: stitchy Date: Thu, 16 Nov 2023 07:15:15 +0000 Subject: [PATCH] Final touches --- smallsh/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smallsh/makefile b/smallsh/makefile index 7b5a128..17100ae 100644 --- a/smallsh/makefile +++ b/smallsh/makefile @@ -8,4 +8,4 @@ test: all ./p3testscript 2>&1 clean: - rm -fr *.o vgcore.* $(output) + rm -fr *.o vgcore.* junk* $(output)