mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-28 14:20:03 +03:00
22 lines
217 B
Bash
Executable file
22 lines
217 B
Bash
Executable file
|
|
rm -f test
|
|
rm -f test.o
|
|
|
|
dmd\
|
|
main.d\
|
|
stats.d\
|
|
imports.d\
|
|
highlighter.d\
|
|
ctags.d\
|
|
astprinter.d\
|
|
formatter.d\
|
|
outliner.d\
|
|
std/*.d\
|
|
std/d/*.d\
|
|
analysis/*.d\
|
|
-version=DIP61\
|
|
-oftest\
|
|
-g -unittest
|
|
|
|
./test
|
|
|