
all:	unrm rm

unrm:	unrm.c	;	cc $(CFLAGS) -o $@ $?
rm:	rm.c	;	cc $(CFLAGS) -o $@ $?
install:
	@echo surely you jest
