X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Lucu.git;a=blobdiff_plain;f=examples%2FMakefile;h=606117f31f43ffcd6489b0d3370668265979d997;hp=37c59cb9ab74d6169cb31ac88dfd7e946ed29006;hb=b22e702f8161447a460847c6e6c97104c150534f;hpb=cc074d0ce3f7df2544bc2baddca4e7730ecdf0a0 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