makefile
来自「Linux Wireless LAN Project 的目标是开发一个完整的」· 代码 · 共 24 行
TXT
24 行
# 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 + =
减小字号Ctrl + -
显示快捷键?