lolcat/autotools/README
2021-10-14 23:11:20 +02:00

7 lines
222 B
Text

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