all:
	gcc -lpthread  ./src/spin_or_mutex.c -o spin_or_mutex.o
clean:
	rm -f spin_or_mutex
