mirror of
https://github.com/dlang-community/DCD.git
synced 2025-04-25 12:49:55 +03:00
5 lines
200 B
Bash
Executable file
5 lines
200 B
Bash
Executable file
echo "------------------------------------------------------"
|
|
echo "There is a makefile now. This script just calls 'make'"
|
|
echo "------------------------------------------------------"
|
|
echo
|
|
make -j2
|