summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2012-11-30 17:53:25 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2012-11-30 17:53:25 -0500
commit1ef98205821990faa671dcb8efd949134e5e4c02 (patch)
tree5e8d8dda47d9c007ddac81cef7a4778dd3b17d57 /Makefile
parentbdd70f4e6b83345ea235138150c6ef680e651338 (diff)
Stop using !! 0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 67e823b..076b00a 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ else
4GHCFLAGS=-Wall -O2 -fno-warn-name-shadowing -XHaskell98 4GHCFLAGS=-Wall -O2 -fno-warn-name-shadowing -XHaskell98
5endif 5endif
6 6
7HLINTFLAGS=-XHaskell98 -XCPP -i 'Use camelCase' -i 'Use String' -i 'Use head' -i 'Use string literal' -i 'Use list comprehension' --utf8 7HLINTFLAGS=-u -XHaskell98 -XCPP -i 'Use camelCase' -i 'Use String' -i 'Use string literal' -i 'Use list comprehension'
8VERSION=0.4 8VERSION=0.4
9 9
10.PHONY: all clean doc install debian test 10.PHONY: all clean doc install debian test