curly-braces globbing in makefile isn't working on this machine for whatever reason
This commit is contained in:
parent
7c0421ec5e
commit
baddf20e78
2
Makefile
2
Makefile
@ -197,7 +197,7 @@ tag:
|
|||||||
@rm -f TAGS; hasktags -e *hs Ledger/*hs
|
@rm -f TAGS; hasktags -e *hs Ledger/*hs
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f {,Ledger/}*{.o,.hi,~} darcs-amend-record*
|
rm -f `find -name "*.o" -o -name "*.hi" -o -name "*~" -o -name "darcs-amend-record*"`
|
||||||
|
|
||||||
Clean: clean clean-docs
|
Clean: clean clean-docs
|
||||||
rm -f hledger TAGS tags
|
rm -f hledger TAGS tags
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user