makefile

来自「开放源码的编译器open watcom 1.6.0版的源代码」· 代码 · 共 15 行

TXT
15
字号

log_file=testcomp.log

.BEFORE
    @%create $(log_file)

all : .SYMBOLIC
    @wmake -h -f inline1.mif testcomp=wcc log_file=$(log_file)
    @wmake -h -f inline1.mif testcomp=wcc386 log_file=$(log_file)
    @wmake -h -f inline1.mif testcomp=wpp log_file=$(log_file)
    @wmake -h -f inline1.mif testcomp=wpp386 log_file=$(log_file)

clean : .SYMBOLIC
    @wmake -h -f inline1.mif clean

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?