makefile weirdness with $

This commit is contained in:
hi 2025-08-08 05:01:52 +00:00
parent acdbeee788
commit 3447b3c0f1

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