CC=gcc -lpthread -g -Wall -pedantic
SRC2=serwerHttp
all: $(SRC2).c
	$(CC) -o $(SRC2) $(SRC2).c
