?? makefile
字號:
OBJS= ../i386/start.o data.o pxeapi.o main.oCFLAGS= -ffreestanding -Os -Wall -I../include -march=i386LDFLAGS= -L../stand -lstand -L../i386 -li386ASFLAGS= -I../includescraper.bin: $(OBJS) ld -Bstatic -Tlink.lds -o scraper $(OBJS) $(LDFLAGS) objcopy -O binary scraper scraper.binclean: /bin/rm -f *.o scraper scraper.bin
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -