mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
7 lines
148 B
Bash
Executable file
7 lines
148 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
output_html=${OUTPUT_BASE}.html
|
|
|
|
rm_retry ${output_html}
|
|
|
|
$DMD -m${MODEL} -D -o- ${EXTRA_FILES}/ddoc24171.dd -Df${output_html}
|