📄 makefile
字号:
# Simple makefile for the serial example program.
#
# copyright 2005 Derek J Smithies
#
# $Log: Makefile,v $
# Revision 1.1 2005/03/10 09:21:46 dereksmithies
# Initial release of a program to illustrate the operation of the serial port.
#
#
#
PROG = serial
SOURCES = serial.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 + -