FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
algorithm-archive/sconscripts/bash_SConscript at main · algorithm-archivists/algorithm-archive · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
algorithm-archivists
/
algorithm-archive
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
358
Star
2.4k
Code
Issues
53
Pull requests
43
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
algorithm-archive
/
sconscripts
/
bash_SConscript
Copy path
More file actions
More file actions
Latest commit
History
History
History
6 lines (5 loc) · 282 Bytes
Breadcrumbs
algorithm-archive
/
sconscripts
/
bash_SConscript
Copy path
File metadata and controls
6 lines (5 loc) · 282 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
Import('files_to_compile env')
for file_info in files_to_compile:
build_target = f'#/build/{file_info.language}/{file_info.chapter}/{file_info.path.stem}.bash'
build_result = env.Copier(build_target, str(file_info.path))
env.Alias(str(file_info.chapter), build_result)
Back
|
FazBrowse Home
|
New Git URL