# were is your asdf registry?
ASDF_REGISTRY=$$HOME/systems

# end of configurable section

.PHONY: install clean

install:
	ln -sf `pwd`/clocc-port.asd $(ASDF_REGISTRY)/

clean:
	rm *~ *.x86f
