📄 copyfs.mk
字号:
# start of copyfs.mkSCA_UBINS = sca_list_idx sca_mk_idx sca_read sca_writeEXTRA_OBJS = sca_aux.o sca_code.osca_list_idx: sca_list_idx.c ${EXTRA_OBJS} ${CC} -o $@ $^ ${UCFLAGS}sca_mk_idx: sca_mk_idx.c ${EXTRA_OBJS} ${CC} -o $@ $^ ${UCFLAGS}sca_read: sca_read.c ${EXTRA_OBJS} ${CC} -o $@ $^ ${UCFLAGS}sca_write: sca_write.c ${EXTRA_OBJS} ${CC} -o $@ $^ ${UCFLAGS}sca_aux.o: sca_aux.c sca_aux.h ${CC} -c $< ${UCFLAGS}sca_code.o: sca_code.c sca_code.h ${CC} -c $< ${UCFLAGS}# end of copyfs.mk
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -