📄 makefile
字号:
#
# This is BDK/Linux example Makefile
#
# Copyright 2002 Jetico, Inc.
#
# List all source files here
SRC = dummy.c bc_dummy.h
# Place your object targets here
OBJ = dummy.o
# Common sections follow
# include common make rules
include ../Makefile.alg
# create 'algorithm.h' link
algorithm.h: bc_dummy.h
$(LN_S) bc_dummy.h algorithm.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -