makefile
来自「DM642运行的demo程序。利用c语言开发。」· 代码 · 共 19 行
TXT
19 行
################################################################################
# C H A M E L E O N S. D. K. #
################################################################################
# $Archive:: /Chameleon.sdk/src/examples/hello/makefile $
# $Date:: 18/02/02 11:53 $
# $Revision:: 5 $
#------------------------------------------------------------------------------#
# This file is part of the Chameleon Software Development Kit #
# #
# Copyright (C) 2001-2002 Soundart #
# www.soundart-hot.com #
# support@soundart-hot.com #
################################################################################
APP := hello.elf
OUTDIR := examples/hello
include /Chameleon.sdk/make/main.mak
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?