From f3d1125e1a1b10834146a33d08c495f59ef583c0 Mon Sep 17 00:00:00 2001 From: hi Date: Fri, 8 Aug 2025 04:52:47 +0000 Subject: [PATCH] typo: makefile regex --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 47f8988..f65d0f2 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,4 @@ dirty: ghc Main.hs -o logic clean: - find | grep -E '\.(hi|o)' | xargs rm -- + find | grep -E '\.(hi|o)$' | xargs rm --