📄 makefile
字号:
O_TARGET := ciphers.oobj-$(CONFIG_CIPHER_AES) += cipher-aes.oobj-$(CONFIG_CIPHER_BLOWFISH) += cipher-blowfish.oobj-$(CONFIG_CIPHER_BLOWFISH_OLD) += cipher-blowfish_old.oobj-$(CONFIG_CIPHER_CAST5) += cipher-cast5.oobj-$(CONFIG_CIPHER_DES) += cipher-des.oobj-$(CONFIG_CIPHER_3DES) += cipher-3des.oobj-$(CONFIG_CIPHER_DFC) += cipher-dfc.oobj-$(CONFIG_CIPHER_IDEA) += cipher-idea.oobj-$(CONFIG_CIPHER_MARS) += cipher-mars.oobj-$(CONFIG_CIPHER_RC5) += cipher-rc5.oobj-$(CONFIG_CIPHER_RC6) += cipher-rc6.oobj-$(CONFIG_CIPHER_SERPENT) += cipher-serpent.oobj-$(CONFIG_CIPHER_TWOFISH) += cipher-twofish.oobj-$(CONFIG_CIPHER_NULL) += cipher-null.oinclude $(TOPDIR)/Rules.make
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -