summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-06-30 15:37:35 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-06-30 15:37:35 -0400
commitb3ab44f8bbc6a1e253bb81dfe9d6939adcdcba56 (patch)
tree708f59ad289f524562c032556901d4f3412e2a26 /Makefile
parent20565027cc2f78679a9c54c8350fb7b34e8ff94f (diff)
add a filelist for cabal sdist
I hate hard-coded 40 kilobyte lone file lists, and just once would like to see a build system that does not assume it's a good idea to have a file list, or a hardcoded file list, or a file list that can only be generated with a crippled form of globs. But not today, thank you cabal.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index da80228dd..0bc02dc35 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,7 @@ docs: $(mans)
clean:
rm -rf build $(bins) $(mans) test configure *.tix .hpc \
StatFS.hs Touch.hs SysConfig.hs Remote/S3.hs
- rm -rf doc/.ikiwiki html
+ rm -rf doc/.ikiwiki html dist
find . \( -name \*.o -or -name \*.hi \) -exec rm {} \;
.PHONY: $(bins) test install