📄 makefile
字号:
#
# Copyright (C) 1997 MicroProse, Inc. All rights reserved
#
# Programs, statements and coded instructions within this file
# contain unpublished and proprietary information of MicroProse,
# Inc. and are thus protected by the Federal and International
# Copyright laws. They may not be copied, duplicated or disclosed
# to third parties in any form, in whole or in part, without the
# prior written consent of MicroProse, Inc.
#
#
# Requires GNU-Make 3.71 or compatiable
# Makefile for the MicroProse standard include directory
LS :=/usr/bin/ls
AWK :=gawk
CP :=cp
RM :=rm
all: targets.h
targets.h: Makefile build.awk
${CP} misc/crnotice targets.h
${LS} -1 chipsets | ${AWK} -f build.awk >> targets.h
clean:
-${RM} *~ #*#
-${RM} targets.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -