lolcat/autotools
2022-11-19 17:40:06 +01:00
..
autogen.sh build: Add autotools option for those who want it 2021-10-14 23:11:20 +02:00
configure.ac Bump version to v1.3 2022-11-19 17:40:06 +01:00
Makefile.am build: Add autotools option for those who want it 2021-10-14 23:11:20 +02:00
README build: Add autotools option for those who want it 2021-10-14 23:11:20 +02:00

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