more -fno-warn-tabs
This commit is contained in:
parent
ade6ed2d71
commit
9009c4386a
1 changed files with 5 additions and 5 deletions
10
Makefile
10
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue