setuid: main.c
	gcc -o setuid main.c -lpthread
clean:
	rm -f setuid
