
semaphore: semaphore.c
	gcc -lrt -o semaphore semaphore.c

clean:
	rm semaphore

