fctxd=`pdk maker`	

fctx:	fctx.c
	cc -I$(fctxd) -o fctx fctx.c


clean:
	rm -f fctx
