should be .lhs
This commit is contained in:
parent
6b50678b11
commit
92b8dee308
2
Makefile
2
Makefile
@ -27,7 +27,7 @@ EXTRA_CLEANS+=*.conf.inplace* *.conf.in *.h autom4te.cache \
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
cd docs && $(MAKE) clean
|
cd docs && $(MAKE) clean
|
||||||
runhaskell Setup.hs clean 2> /dev/null || true
|
runhaskell Setup.lhs clean 2> /dev/null || true
|
||||||
rm -rf $(CLEAN_FILES)
|
rm -rf $(CLEAN_FILES)
|
||||||
find testsuite -name '*.a' -exec rm {} \;
|
find testsuite -name '*.a' -exec rm {} \;
|
||||||
find testsuite -name '*~' -exec rm {} \;
|
find testsuite -name '*~' -exec rm {} \;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user