X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Lucu.git;a=blobdiff_plain;f=examples%2FMakefile;h=26d6670f49a5c2d4df6cd5cbabf0e5c134f6f1a4;hp=abd928eb482b505dc60b8a194b7d65d2e29192ba;hb=ea2b783;hpb=17020e406a20cbef8ec17594868db559c4c5a5db diff --git a/examples/Makefile b/examples/Makefile index abd928e..26d6670 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -10,7 +10,7 @@ TARGETS = \ build: $(TARGETS) %: %.hs - ghc --make $@ -threaded -O3 -fwarn-unused-imports + ghc --make $@ -threaded -O3 -Wall run: build ./HelloWorld