Artifact 04cbb3e3249257a644f2850ca68f0b6b92bea0df:
- File build/tcl/Makefile — part of check-in [7336ecd46a] at 2019-06-08 22:18:11 on branch trunk — Start of Tcl-based SSH agent that uses JavaScript implementation (user: rkeene, size: 348) [annotate] [blame] [check-ins using]
all: ssh-agent-noasync.js ssh-agent-noasync.js: ../chrome/ssh-agent.js cc -Dawait='' -Dasync='' -nostdinc -C -E -x c ../chrome/ssh-agent.js -o - | grep -v '^# ' > ssh-agent-noasync.js.new mv ssh-agent-noasync.js.new ssh-agent-noasync.js clean: rm -f ssh-agent-noasync.js.new ssh-agent-noasync.js distclean: clean .PHONY: all clean distclean