📄 makefile
字号:
SHELL=/bin/shCC=gccSENDPATH=rcxdirectdefault: check compile_send_c make_executable first_run @echo "====> All done!"all: defaultcompile_send_c: ${CC} ${SENDPATH}/rcxsend.c -o ${SENDPATH}/rcxsend @echo "====> Compilation of rcxsend.c done!"check: @if [ ! -f ./${SENDPATH}/rcxsend.c ]; then \ echo "====> The rcxsend.c program is not available."; \ exit 1; \ fi;make_executable: chmod 755 rcxdirectmode chmod 755 rcxdownloadfirst_run: @echo "====> I'll start RCXDirectMode now!" rcxdirectmodeclean: echo "====> Deleting rcxsend.c"; \ rm rcxdirect/rcxsend.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -