📄 makefile
字号:
## Copyright (c) 2002-2005 Sam Leffler, Errno Consulting# Copyright (c) 2002-2005 Atheros Communications, Inc.# All rights reserved.## $Id: Makefile,v 1.1.1.1 2006/09/12 03:45:24 steven Exp $#DESTDIR=CFLAGS= -I.. -gOBJS= main.o ar5210.o ar5211.o ar5212.oardecode: ${OBJS} ${CC} -o ardecode ${OBJS}install: rm -f ${DESTDIR}/usr/local/bin/ardecode cp ardecode ${DESTDIR}/usr/local/binclean: rm -f ardecode ${OBJS} core
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -