?? make.def.svr4
字號(hào):
# Common make definitions for SVR4 make.# Definitions required in all program directories to compile and link# C programs.CC=ccLDFLAGS=/home/stevens/libmisc.aLDLIBS=$(LDFLAGS)NOANSICOMPILE.c=$(CC) $(NOANSICFLAGS) $(CPPFLAGS) -cLINK.c=$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)# Common definitionsCFLAGS = CFLAGSO = -OLIB = /home/stevens/libmisc.a# Our library that almost every program needs.TEMPFILES = core core.* *.o temp.* *.out typescript*# Common temp files to delete from each directory.
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -