📄 makefile
字号:
CC=gccOPT=-O2 -lstdc++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCEOPT_MOD=-fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2all: LwhDes.o sdel-lib.o test @echo @echo "A Puritan is someone who is deathly afraid that someone, somewhere, is" @echo "having fun." @echo @echo "I hope YOU have fun!" @echosdel-lib.o:sdel-lib.cpp $(CC) ${OPT} -c sdel-lib.cpp LwhDes.o: LwhDes.cpp $(CC) ${OPT} -c LwhDes.cpptest: test.cpp $(CC) ${OPT} -o test test.cpp LwhDes.o sdel-lib.o -strip testclean: rm -f LwhDesTest LwhDes.o core *~
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -