9 lines
64 B
Bash
Executable file
9 lines
64 B
Bash
Executable file
#!/bin/bash -eu
|
|
|
|
xmkmf
|
|
|
|
make clean
|
|
rm src/*.o
|
|
|
|
make depend
|
|
make
|