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

📄 makefile

📁 initial working phase of the design of said editor, featuring multicasting, advanced linux keyboard
💻
字号:
OBJS = main.o kbd.o kbd_tty.o queue.o \	term.o note.o script.o line.o buffer.o \	vector.o program.o mcast.o \	context.o atom.o# s.o# mcast.omain: clean sync $(OBJS); g++ -o $@ $(OBJS)sync:; syncclean:; rm -f *.os.o: s.cc; g++ -v -c $<	/usr/lib/gcc-lib/i386-linux/2.95.4/cpp0 -lang-c++ -v -D__GNUC__=2 \	-D__GNUG__=2 -D__GNUC_MINOR__=95 -D__cplusplus -D__ELF__ -Dunix \	-D__i386__ -Dlinux -D__ELF__ -D__unix__ -D__i386__ -D__linux__ \	-D__unix -D__linux -Asystem\(posix\) -D__EXCEPTIONS -Acpu\(i386\) \	-Amachine\(i386\) -Di386 -D__i386 -D__i386__ s.cc s.ii	/usr/lib/gcc-lib/i386-linux/2.95.4/cc1plus s.ii -quiet -dumpbase \	s.cc -version -o s.s	as -V -Qy -o s.o s.s%.o: %.cc; g++ -c $<#main: main.cc kbd.cc kbd_tty.cc \#	term.cc note.cc script.cc line.cc buffer.cc#	g++ -o $@ $^ -lncurses

⌨️ 快捷键说明

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