blob: 7845e4e73cce616f45ac73f65b002f82df9c30c6 (
plain)
1
2
3
4
5
6
7
|
This directory contains an autotools config for building lolcat for those who need it. This is an alternative to the
Makefile provided in the git root. Run it like so:
cd autotools # go here
./autogen.sh
./configure
make
|