Commit 732933f0 authored by Jan Koniarik's avatar Jan Koniarik
Browse files

fixed readme target for examples

parent eb6cf577
......@@ -10,8 +10,8 @@ example/%.stl: example/%.scad
example/%.png: example/%.scad
openscad $< --autocenter --viewall --imgsize=640,480 -o $@
.PHONY: all gen_example_readme
.PHONY: all example/Readme.md
all: $(STL) $(PNG)
gen_example_readme:
example/Readme.md: $(PNG)
python3 example/gen_readme.py $(SCAD:.scad=) > example/README.md
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment