makefile

来自「加密解密,安全工具!很有意思的代码」· 代码 · 共 21 行

TXT
21
字号
#
# 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 + =
减小字号Ctrl + -
显示快捷键?