X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=examples%2FMakefile;h=37c59cb9ab74d6169cb31ac88dfd7e946ed29006;hb=cc074d0ce3f7df2544bc2baddca4e7730ecdf0a0;hp=0902512ce6eba5e77918566db661895ee728266a;hpb=fc4e0252eed3c9cb43c250ea7dd29ef5dffa6dad;p=Lucu.git diff --git a/examples/Makefile b/examples/Makefile index 0902512..37c59cb 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -27,6 +27,6 @@ dist/MiseRafturai.hs: mise-rafturai.html $(IMPLANT) ImplantedSmall.hs: dist/SmallFile.hs dist/SmallFile.hs: small-file.txt $(IMPLANT) mkdir -p dist - $(IMPLANT) -m SmallFile -o $@ $< + $(IMPLANT) -m SmallFile -t "text/plain; charset=\"UTF-8\"" -o $@ $< .PHONY: build run clean