diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-30 15:37:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-30 15:37:35 -0400 |
commit | b3ab44f8bbc6a1e253bb81dfe9d6939adcdcba56 (patch) | |
tree | 708f59ad289f524562c032556901d4f3412e2a26 /Makefile | |
parent | 20565027cc2f78679a9c54c8350fb7b34e8ff94f (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |