X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Lucu.git;a=blobdiff_plain;f=examples%2FMakefile;h=606117f31f43ffcd6489b0d3370668265979d997;hp=37c59cb9ab74d6169cb31ac88dfd7e946ed29006;hb=874e6a4cc1229d29f1d902f36482cf0f78e30c9f;hpb=1d71c58f6cb96da53cfb2af8129d66ba4f7f4a36 diff --git a/examples/Makefile b/examples/Makefile index 37c59cb..606117f 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -10,6 +10,9 @@ IMPLANT ?= ../dist/build/lucu-implant-file/lucu-implant-file build: $(TARGETS) +SSL: SSL.hs + -ghc -Wall --make $@ -threaded -O3 -idist -odir dist -hidir dist + %: %.hs ghc -Wall --make $@ -threaded -O3 -idist -odir dist -hidir dist