📄 makefile
字号:
# makefile for the PRISM/AMD79C930 configuration utilityinclude ../config.mkifndef CFLAGSCFLAGS = -O2 -Wall -Wstrict-prototypes -Winline -pipe -D__LINUX_WLAN__ -D__I386__endifCPPFLAGS = -I../include -I$(LINUX)/includeSRCS = main.c prmib.cwlanctl: main.o prmib.o cc -o wlanctl main.o prmib.oinstall: cp -p wlanctl $(INST_EXEDIR)clean: rm -f wlanctl core core.* *.o .*.o *.s *.a .depend tmp_make *~
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -