7 lines
78 B
Bash
Executable File
7 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
set -x
|
|
|
|
(cd Idl ; make)
|
|
(cd C++ ; ./Allwmake)
|
|
(cd Java ; wmake jar)
|