📄 makefile
字号:
#-------------------------------------------------------------------------## Makefile.inc--# Makefile for bin/destroylang## Copyright (c) 1994, Regents of the University of California### IDENTIFICATION# $Header: /usr/local/cvsroot/pgsql/src/bin/destroylang/Makefile,v 1.1 1999/05/20 16:50:02 wieck Exp $##-------------------------------------------------------------------------SRCDIR= ../..include ../../Makefile.globalall: destroylangdestroylang: destroylang.sh cp destroylang.sh destroylanginstall: destroylang $(INSTALL) $(INSTL_EXE_OPTS) $< $(BINDIR)/$<clean: rm -f destroylangdep depend:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -