]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - examples/Makefile
multipart/form-data and more
[Lucu.git] / examples / Makefile
index 2727e6404854808c9a8c1ca4013121b2d7705a30..5200e84479c35e7a8296d3fb84454a0c01e61991 100644 (file)
@@ -2,12 +2,13 @@ build: MiseRafturai.hs SmallFile.hs
        ghc --make HelloWorld -threaded -O3 -fwarn-unused-imports
        ghc --make Implanted -threaded -O3 -fwarn-unused-imports
        ghc --make ImplantedSmall -threaded -O3 -fwarn-unused-imports
+       ghc --make Multipart -threaded -O3 -fwarn-unused-imports
 
 run: build
        ./HelloWorld
 
 clean:
-       rm -f HelloWorld Implanted MiseRafturai.hs ImplantedSmall SmallFile.hs *.hi *.o
+       rm -f HelloWorld Implanted MiseRafturai.hs ImplantedSmall SmallFile.hs Multipart *.hi *.o
 
 MiseRafturai.hs: mise-rafturai.html
        lucu-implant-file -m MiseRafturai -o $@ $<