?? module.mk
字號(hào):
########################################################################
#
# Filename: module.mk
#
# Description: Build instructions for the examples in Chapter 2.
#
# Notes: The constants in this file are specific to Arcom's
# Target188EB hardware.
#
#
# Copyright (c) 1998 by Michael Barr. This software is placed into
# the public domain and may be used for any purpose. However, this
# notice must not be changed or removed and no warranty is either
# expressed or implied by its publication or distribution.
########################################################################
CHAPTER2 = Chapter2\blink.exe
Chapter2\blink.exe: Chapter3\startup.obj Chapter2\blink.obj Chapter2\led.obj
$(RM) $@
$(LD) $(LFLAGS) @&&!
$?
$@
$*.map
!
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -