makefile weirdness with $
This commit is contained in:
parent
acdbeee788
commit
3447b3c0f1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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 --
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue