?? makefile
字號:
#test for MXLINCLUDE = .CFLAGS = -I. #-I$(INCLUDE) -I/HHARM2410-R3/kernel/includeCFLAGS += -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -fno-common -pipe -mapcs-32 -march=armv4 -mtune=arm9tdmi -mshort-load-bytesOUTPUT = .$(OUTPUT)/asp_test: asp_test.c $(INCLUDE)/asp.h /opt/host/armv4l/bin/armv4l-unknown-linux-gcc $(CFLAGS) -o $@ $<clean: rm -f $(OUTPUT)/asp_test
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -