X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Lucu.git;a=blobdiff_plain;f=examples%2FMakefile;h=c9a0cb46ba39f1b268ed3fc0067d33098fc50e4d;hp=606117f31f43ffcd6489b0d3370668265979d997;hb=950640dd241222203778f8167943d30fa52f356a;hpb=874e6a4cc1229d29f1d902f36482cf0f78e30c9f diff --git a/examples/Makefile b/examples/Makefile index 606117f..c9a0cb4 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -25,11 +25,11 @@ clean: Implanted.hs: dist/MiseRafturai.hs dist/MiseRafturai.hs: mise-rafturai.html $(IMPLANT) mkdir -p dist - $(IMPLANT) -m MiseRafturai -o $@ $< + $(IMPLANT) -m MiseRafturai -o $@ $< || (rm -f $@; exit 1) ImplantedSmall.hs: dist/SmallFile.hs dist/SmallFile.hs: small-file.txt $(IMPLANT) mkdir -p dist - $(IMPLANT) -m SmallFile -t "text/plain; charset=\"UTF-8\"" -o $@ $< + $(IMPLANT) -m SmallFile -t "text/plain; charset=\"UTF-8\"" -o $@ $< || (rm -f $@; exit 1) .PHONY: build run clean