5 lines
67 B
Bash
5 lines
67 B
Bash
|
#!/bin/sh
|
||
|
# I am lazy -- Nico
|
||
|
|
||
|
./autogen.sh && ./configure && make
|