10 lines
97 B
Plaintext
10 lines
97 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cd ascd
|
||
|
rm -f workman
|
||
|
ln -s ../libworkman/include workman
|
||
|
./configure
|
||
|
cd ..
|
||
|
xmkmf -a
|
||
|
|