?? makefile
字號:
# Makefile for the Simple Sockets Library (C version) Executables## NASA -- Goddard Space Flight Center, Code 714.1# Intelligent Robotics Laboratory# Robotics Branch## Authors: Dr. Charles E. Campbell, Jr.# Terry McRoberts## list of executablesEXES= Spm sktdbg spmtable srmsrvr spmchk# to convert C into executables.c: $(CC) $(CFLAGS) $(LDFLAGS) $< $(LOADLIBES) -o $(EXETGT)/$@all : $(EXES)clean : /bin/rm -f *.o *.bak *.err Spm sktdbg spmchk spmtable srmsrvr
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -