X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Lucu.git;a=blobdiff_plain;f=examples%2FMakefile;h=3e2c6f02245cc2faacf0930bbaf86cb13df6e05b;hp=002f48177b9e72c6c5a9bf3548623ae3e93844dd;hb=0214f070b80791323430e21b53bcbe8a77b71b23;hpb=05375cbaf2dda1e8146f6cdbbd635e59de54a732 diff --git a/examples/Makefile b/examples/Makefile index 002f481..3e2c6f0 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -5,7 +5,6 @@ TARGETS = \ ImplantedSmall \ Multipart \ SSL \ - StaticDir \ $(NULL) build: $(TARGETS) @@ -22,6 +21,8 @@ clean: MiseRafturai.hs: mise-rafturai.html lucu-implant-file -m MiseRafturai -o $@ $< +ImplantedSmall.hs: SmallFile.hs + SmallFile.hs: small-file.txt lucu-implant-file -m SmallFile -o $@ $<