📄 makefile.example
字号:
# Desc: Example plugin makefile# CVS: $Id: Makefile.example,v 1.6 2005/08/17 23:55:59 gerkey Exp $all: libexampledriver.so%.o: %.cc $(CXX) -Wall -fpic -g3 `pkg-config --cflags playercore` -c $<libexampledriver.so: exampledriver.o $(CXX) -shared -nostartfiles -o $@ $<clean: rm -f *.o *.so
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -