From 876a45f5653a2ed91e6324c1217b3984993280f1 Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Sun, 19 Feb 2023 18:21:52 +0100 Subject: [PATCH] fix "make clean" --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6f2fcd7..b0a3136 100644 --- a/Makefile +++ b/Makefile @@ -34,5 +34,6 @@ prove: clean: @echo [clean] rm -f quox quox-tests result + rm -rf lib/build main/build tests/build .SILENT: