makefile
来自「开放源码的编译器open watcom 1.6.0版的源代码」· 代码 · 共 28 行
TXT
28 行
proj_name = wmake_regress_cmds
!include cproj.mif
!include deftarg.mif
!include defrule.mif
targets = mkerr.exe envarg.exe ifeq.exe
!ifdef __UNIX__
targets += rem
additional_cleanup = rem
!endif
all: $(targets) .SYMBOLIC
@%null
mkerr.exe: mkerr.c
$(bld_cl) $[@ $(wcl_util_opts)
envarg.exe: envarg.c
$(bld_cl) $[@ $(wcl_util_opts)
ifeq.exe: ifeq.c
$(bld_cl) $[@ $(wcl_util_opts)
rem: rem.c
$(bld_cl) $[@ $(wcl_util_opts)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?