]> 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 3e2c6f02245cc2faacf0930bbaf86cb13df6e05b..26d6670f49a5c2d4df6cd5cbabf0e5c134f6f1a4 100644 (file)
@@ -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 $@ $<