elctr: gcc -DBASESRC \ -I./ -I./ -I/usr/include -O main.c \ -L./ -L/usr/lib \ -lm -lpthread -o elctr clean: rm -f elctr