95a46c5577
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
4 lines
67 B
Bash
4 lines
67 B
Bash
#!/bin/sh
|
|
# I am lazy -- Nico
|
|
|
|
./autogen.sh && ./configure && make
|