typo: makefile regex

This commit is contained in:
hi 2025-08-08 04:52:47 +00:00
parent c344be1bea
commit f3d1125e1a

View file

@ -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 --