p26: p26.c
	gcc -o p26 p26.c -Wall -pthread

clean:
	rm -f a.out core p26
