all: ripoff
	echo all up to date

ripoff: ripoff.c mdep.c mdep.h
	gcc -DRIPOFF -o ripoff ripoff.c
