📄 makefile
字号:
# Simple makefile for the local address program.
#
# $Log: Makefile,v $
# Revision 1.1 2005/03/10 09:19:00 dereksmithies
# Initial release of code to illustrate the reading of the machines external ip address and hostname
#
#
PROG = local
SOURCES = local.cxx
ifndef PWLIBDIR
PWLIBDIR=$(HOME)/pwlib
endif
include $(PWLIBDIR)/make/ptlib.mak
# End of Makefile
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -