CutoNaito / ijc1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VUT FIT IJC course - First project

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

Assignment

See ASSIGNMENT for the full assignment (in Czech)

Installation and usage

Linux/BSD/MacOS:

make            /* compiles both inline and macro versions into /bin */
make primes     /* compiles only the macro version into /bin */
make primes-i   /* compiles only the inline version into /bin */

make run        /* runs both versions with extended ulimit (85000 KiB) */

Windows:

not possible atm

About


Languages

Language:C 93.7%Language:Makefile 6.3%