📄 makefile
字号:
all: test1 test2 test3 perftestLDFLAGS=-g -I /usr/local/pgsql/include -L/usr/local/pgsql/lib -lecpg -lpq -lcrypttest1: test1.ctest1.c: test1.pgc /usr/local/pgsql/bin/ecpg $?test2: test2.ctest2.c: test2.pgc /usr/local/pgsql/bin/ecpg $?test3: test3.ctest3.c: test3.pgc /usr/local/pgsql/bin/ecpg $?perftest: perftest.cperftest.c:perftest.pgc /usr/local/pgsql/bin/ecpg $?clean: -/bin/rm test1 test2 test3 perftest *.c log
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -