makefile
来自「This is a software implementation of the」· 代码 · 共 14 行
TXT
14 行
# ======================================================================# USBtiny global Makefile## Copyright 2006-2008 Dick Streefland## This is free software, licensed under the terms of the GNU General# Public License as published by the Free Software Foundation.# ======================================================================DIR = spi ir utilall clean clobber: @for i in $(DIR); do $(MAKE) $(MFLAGS) -C $$i $@; done
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?