From 3447b3c0f1294526496b5a70842ea48e4a8594f3 Mon Sep 17 00:00:00 2001 From: hi Date: Fri, 8 Aug 2025 05:01:52 +0000 Subject: [PATCH] makefile weirdness with $ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f65d0f2..88d6e77 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 --