CutoNaito / ijc2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VUT FIT IJC course - Second project

My solution of the IJC project #2 (2023/24)

Assignment

See ASSIGNMENT for the full assignment (in Czech)

Instalation and usage

Linux/BSD/MacOS:

make                    /* compiles everything into /bin */
make tail               /* compiles only tail (src/tail.c) into /bin */
make wordcount          /* compiles wordcount with the static lib (src/wordcount.c) into /bin */
make wordcount-dynamic  /* compiles wordcount with the shared lib (src/wordcount.c) into /bin */

make clean              /* deletes all binaries and compiled libraries */

Windows:

not possible atm

About


Languages

Language:C 84.9%Language:Makefile 15.1%