]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - examples/Makefile
The library now compiles, and I'm now working on ImplantFile.hs
[Lucu.git] / examples / Makefile
index abd928eb482b505dc60b8a194b7d65d2e29192ba..26d6670f49a5c2d4df6cd5cbabf0e5c134f6f1a4 100644 (file)
@@ -10,7 +10,7 @@ TARGETS = \
 build: $(TARGETS)
 
 %: %.hs
-       ghc --make $@ -threaded -O3 -fwarn-unused-imports
+       ghc --make $@ -threaded -O3 -Wall
 
 run: build
        ./HelloWorld