mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 13:20:07 +03:00
17 lines
189 B
Bash
Executable file
17 lines
189 B
Bash
Executable file
|
|
rm -f test
|
|
rm -f test.o
|
|
|
|
dmd\
|
|
src/*.d\
|
|
libdparse/src/std/*.d\
|
|
libdparse/src/std/d/*.d\
|
|
inifiled/source/*.d\
|
|
src/analysis/*.d\
|
|
-oftest\
|
|
-g -unittest\
|
|
-J.
|
|
|
|
./test
|
|
|
|
rm -f test test.o
|