CFLAGS = -O

setuid:	setuid.o getenv.o setenv.o
	${CC} -o $@ $@.o getenv.o setenv.o

clean:
	rm -f setuid *.o a.out core
