forkchld: forkchld.c
	gcc -pthread -o forkchld forkchld.c -lrt -lpthread

clean:
	rm forkchld
