makefile
来自「ftam等标准协议服务器和客户端的源代码。」· 代码 · 共 45 行
TXT
45 行
################################################################## ## ISODECL - HULA project for connectionless ISODE ## ## module: Makeisodecl - Makefile for ISODECL ## author: Bill Haggerty ## date: 4/89 ## ## This makes ISODECL. ## ################################################################### ## NOTICE ## ## Use of this module is subject to the restrictions of the ## ISODE license agreement. ## # Acquisition, use, and distribution of this module and related# materials are subject to the restrictions of a license agreement.# Consult the Preface in the User's Manual for the full terms of# this agreement.################################################################################################################################################### Here it is...##################################################################DIRS = tusap susap pusap2 acusap rousapall clean:; @for i in $(DIRS); \ do (echo "cd $$i; $(MAKE) $@"; \ cd $$i; $(MAKE) $@); \ donelint:;inst-all:;install:;grind:;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?