diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-31 21:18:52 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-31 21:18:52 -0400 |
commit | 768abad72a34d2cc01139424a2d7852c06172ad3 (patch) | |
tree | 7241ad40f13fc1d9df8d144795be7a1bb9816646 /Makefile | |
parent | 4a388e1af9fcbac3144ebaca3683a78c459f3e66 (diff) |
more -fno-warn-tabs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -93,15 +93,15 @@ clean: find . -name \*.hi -exec rm {} \; Build/InstallDesktopFile: Build/InstallDesktopFile.hs - $(GHC) --make $@ -Wall + $(GHC) --make $@ -Wall -fno-warn-tabs Build/EvilSplicer: Build/EvilSplicer.hs - $(GHC) --make $@ -Wall + $(GHC) --make $@ -Wall -fno-warn-tabs Build/Standalone: Build/Standalone.hs Build/SysConfig.hs - $(GHC) --make $@ -Wall + $(GHC) --make $@ -Wall -fno-warn-tabs Build/OSXMkLibs: Build/OSXMkLibs.hs - $(GHC) --make $@ -Wall + $(GHC) --make $@ -Wall -fno-warn-tabs Build/LinuxMkLibs: Build/LinuxMkLibs.hs - $(GHC) --make $@ -Wall + $(GHC) --make $@ -Wall -fno-warn-tabs sdist: clean mans ./Build/make-sdist.sh |