X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=examples%2FMakefile;h=69da81e0a54f33043326cf838ff8ccd3e5fcfa0a;hb=e2a6ee839c0ca27b25b32656a5c080e4b464e7c9;hp=2727e6404854808c9a8c1ca4013121b2d7705a30;hpb=ea8f823ffa1004582d403c69f52a83e20486269f;p=Lucu.git diff --git a/examples/Makefile b/examples/Makefile index 2727e64..69da81e 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,13 +1,15 @@ -build: MiseRafturai.hs SmallFile.hs +build: MiseRafturai.hs SmallFile.hs SSL.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 + ghc --make SSL -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 SSL *.hi *.o MiseRafturai.hs: mise-rafturai.html lucu-implant-file -m MiseRafturai -o $@ $<