all: key.fx

key.fx: key.cf key.bin
	mkfent16 key.cf
key.bin: key.obj
	lcc86 -o key.bin key.obj
key.obj: key.c
	lcc86 -c key.c
