bins = rename-test

all: ${bins}

clean:
	rm -f ${bins}
