X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=examples%2FMakefile;h=abd928eb482b505dc60b8a194b7d65d2e29192ba;hb=70bf5bd248aa426ca4e410b3fb9a0529354aedaf;hp=002f48177b9e72c6c5a9bf3548623ae3e93844dd;hpb=195fd2318fb0ad21c2fd60f61e7df72a8f25d12c;p=Lucu.git diff --git a/examples/Makefile b/examples/Makefile index 002f481..abd928e 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -5,7 +5,6 @@ TARGETS = \ ImplantedSmall \ Multipart \ SSL \ - StaticDir \ $(NULL) build: $(TARGETS) @@ -17,11 +16,13 @@ run: build ./HelloWorld clean: - rm -f $(TARGETS) *.hi *.o + rm -f $(TARGETS) *.hi *.o MiseRafturai.hs SmallFile.hs 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 $@ $<