typo: makefile regex
This commit is contained in:
parent
c344be1bea
commit
f3d1125e1a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -4,4 +4,4 @@ dirty:
|
||||||
ghc Main.hs -o logic
|
ghc Main.hs -o logic
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
find | grep -E '\.(hi|o)' | xargs rm --
|
find | grep -E '\.(hi|o)$' | xargs rm --
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue