⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 EE Text Editor in standard UNIX
💻
字号:
# This is the make file for ee, the "easy editor".## A file called 'make.local' will be generated which will contain information # specific to the local system, such as if it is a BSD or System V based # version of UNIX, whether or not it has catgets, or select.  ## The "install" target ("make install") will copy the ee binary to # the /usr/local/bin directory on the local system.  The man page (ee.1) # will be copied into the /usr/local/man/man1 directory.## The "clean" target ("make clean") will remove the ee and new_curse.o # object files, and the ee binary.#all :	localmake buildeebuildee :		make -f make.locallocalmake:	@./create.makeinstall :	cp ee /usr/local/bin/ee	cp ee.1 /usr/local/man/man1/ee.1clean :	rm -f ee.o new_curse.o ee 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -