?? makefile
字號:
# Standalone Makefile for rt_com## Copyright (C) 1997-1999 Jochen K黳per# CFLAGS += -c -I/usr/include/rtlinux -O2include ../../rtl.mk# CFLAGS += -DRTLINUX_V1INSTALL = install -call: rt_com.otests: testcom.o com_posix.oinstall: rt_com.o $(INSTALL) rt_com.o /lib/modules/`uname -r`/misc/rt_com.ort_com.o: rt_com.c rt_com.h rt_comP.h $(CC) $(CFLAGS) -c rt_com.cclean: rm -f *.o
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -