multithread: multithread.c
	gcc -o $@ $^ -lpthread

clean:
	rm -f multithread
