%.rplso: %.rplc
	mkrplso -o $@ $< --save-temps

all: physical.rplso

clean:
	rm -f physical.rplso

.PHONY: clean
