mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-28 06:10:01 +03:00
16 lines
183 B
Bash
Executable file
16 lines
183 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
|
|
|
|
./test
|
|
|
|
rm -f test test.o
|