comparison en/Makefile @ 713:fbb4340be17a

Minor tweaks
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 31 Mar 2009 15:37:20 -0700
parents c8680784cdbb
children 3b33dd6aba87
comparison
equal deleted inserted replaced
712:c8680784cdbb 713:fbb4340be17a
173 dot -Tsvg -o $@ $< 173 dot -Tsvg -o $@ $<
174 174
175 examples: $(example-prereqs) examples/.run 175 examples: $(example-prereqs) examples/.run
176 176
177 examples/.run: $(example-sources) 177 examples/.run: $(example-sources)
178 cd examples && ./run-example 178 cd examples && ./run-example -a
179 179
180 examples/%.run: examples/% examples/run-example 180 examples/%.run: examples/% examples/run-example
181 181
182 clean: 182 clean:
183 -rm -rf dist html $(image-dot:%.dot=%.pdf) $(image-dot:%.dot=%.png) \ 183 -rm -rf dist html $(image-dot:%.dot=%.pdf) $(image-dot:%.dot=%.png) \