📄 makefile
字号:
#!/usr/bin/make# $Id: Makefile,v 2.0 2002/09/22 02:07:30 tramm Exp $################################### All things that we will build#BINS = \ gpsins-sim \LIBS = \ libgpsins \#LDFLAGS += -pg## GPS+INS simulation#gpsins-sim.srcs = \ gpsins-sim.cpp \gpsins-sim.libs = \ libgpsins.a \ libmat.a \## GPS+INS object library#libgpsins.srcs = \ GPSINS.cpp \NOTYET=\ compass_update.cpp \ gps_update.cpp \ imu_update.cpp \include ../Makefile.common
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -