shithub: cc65-plan9

ref: 2e2e412d056d214d103bceec96186b35ea45acd1
dir: cc65-plan9/mkfile

View raw version

UPSTREAM='https://github.com/cc65/cc65.git'

all clean nuke install:V: upstream bind
	@{
		cd upstream && mk $target
	}

upstream:
	git/clone $UPSTREAM upstream

sync pull:V: upstream
	git/pull
	@{
		cd upstream && git/pull
	}

upstream/mkfile: upstream
	overlay mkfiles upstream

bind:V: upstream/mkfile

unbind:V:
	overlay -u mkfiles upstream