X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=examples%2FMakefile;h=26d6670f49a5c2d4df6cd5cbabf0e5c134f6f1a4;hb=ea2b7838f1b3d9d4923a220a601be2e04cc559d7;hp=3e2c6f02245cc2faacf0930bbaf86cb13df6e05b;hpb=0214f070b80791323430e21b53bcbe8a77b71b23;p=Lucu.git diff --git a/examples/Makefile b/examples/Makefile index 3e2c6f0..26d6670 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -10,13 +10,13 @@ TARGETS = \ build: $(TARGETS) %: %.hs - ghc --make $@ -threaded -O3 -fwarn-unused-imports + ghc --make $@ -threaded -O3 -Wall run: build ./HelloWorld clean: - rm -f $(TARGETS) *.hi *.o + rm -f $(TARGETS) *.hi *.o MiseRafturai.hs SmallFile.hs MiseRafturai.hs: mise-rafturai.html lucu-implant-file -m MiseRafturai -o $@ $<