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

📄 makefile

📁 tty logger for UART debugging
💻
字号:
CC = gccC_ARGS = -Wall -O2INS = /usr/bin/installGZIP = /bin/gzipall:	ttylogttylog:	ttylog.o		$(CC) $(C_ARGS) -o ttylog ttylog.ottylog.o:	ttylog.c		$(CC) $(C_ARGS) -c ttylog.cclean: 		rm -f *.o ttylog core *~install: ttylog	$(INS) -o root -g root -m 0755 -s ttylog $(DESTDIR)/usr/sbin	$(INS) -o root -g root -m 0444 ttylog.8 $(DESTDIR)/usr/share/man/man8

⌨️ 快捷键说明

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