/ltree

A terminal christmas tree made in C

Primary LanguageCGNU General Public License v3.0GPL-3.0


A terminal christmas tree made in C, merry christmas!

License Issues GitHub pull requests


Time flies fast, the year is coming to an end. Merry christmas to everyone! :) Heavy inspiration from ChristBASHTree.

Dependencies

  • ncurses

Make

Use make all to see all the make targets.

Compiling

Run make or make compile which will create a binary in the bin/ folder.

If you want to change the compiler make uses, set the C variable. Example: make C=gcc