mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Create documentation on GHA
This commit is contained in:
parent
62494bccfd
commit
3d44f9bfda
6 changed files with 111 additions and 48 deletions
|
|
@ -46,7 +46,15 @@ project example
|
|||
|
||||
rule compile-examples
|
||||
{
|
||||
for name in [ glob example/*.cpp ] { compile $(name) ; }
|
||||
local examples ;
|
||||
for name in [ glob example/*.cpp ]
|
||||
{
|
||||
local compile-target = [ compile $(name) ] ;
|
||||
explicit $(compile-target) ;
|
||||
examples += $(compile-target) ;
|
||||
}
|
||||
return $(examples) ;
|
||||
}
|
||||
|
||||
alias mock_examples : [ compile-examples ] ;
|
||||
explicit mock_examples ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue