all:
	gcc -W -pthread -o tmutex mainc.c

clean:
	rm -rf *.o tmutex
