simple_semaphore: simple_semaphore.cpp g++ -o simple_semaphore simple_semaphore.cpp -lpthread clean: rm -f simple_semaphore