Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Jan Koniarik
tile
Commits
732933f0
Commit
732933f0
authored
Jan 04, 2020
by
Jan Koniarik
Browse files
fixed readme target for examples
parent
eb6cf577
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
732933f0
...
@@ -10,8 +10,8 @@ example/%.stl: example/%.scad
...
@@ -10,8 +10,8 @@ example/%.stl: example/%.scad
example/%.png
:
example/%.scad
example/%.png
:
example/%.scad
openscad
$<
--autocenter
--viewall
--imgsize
=
640,480
-o
$@
openscad
$<
--autocenter
--viewall
--imgsize
=
640,480
-o
$@
.PHONY
:
all
gen_
example
_r
eadme
.PHONY
:
all example
/R
eadme
.md
all
:
$(STL) $(PNG)
all
:
$(STL) $(PNG)
gen_
example
_r
eadme
:
example
/R
eadme
.md
:
$(PNG)
python3 example/gen_readme.py
$(
SCAD:.scad
=
)
>
example/README.md
python3 example/gen_readme.py
$(
SCAD:.scad
=
)
>
example/README.md
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment