rdsetroot: elfrdsetroot.c elf32.c elf64.c elfrdsetroot.h
	cc -o rdsetroot elfrdsetroot.c elf32.c elf64.c


clean:
	rm -f rdsetroot
