📄 makefile
字号:
#-------------------------------------------------------------------------## Makefile# Makefile for src/pl/plpgsql (PostgreSQL's SQL procedural language)## Copyright (c) 1994, Regents of the University of California### IDENTIFICATION# $Header: /usr/local/cvsroot/pgsql/src/pl/plpgsql/Makefile,v 1.1 1998/10/01 03:38:33 scrappy Exp $##-------------------------------------------------------------------------SRCDIR= ../..include $(SRCDIR)/Makefile.global.DEFAULT all install clean dep depend distclean: -$(MAKE) -C src $@
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -