⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 操作系统简单的登入程序
💻
字号:
objects = main.o format.o searchmap.o inodemanage.o blockmanage.o blockwr.o dirmanage.o create.o writef.o readf.o lib.o access.o log.o load.o rm.osystem: $(objects)	gcc -Wall -o system $(objects)main.o:main.c filesys.h	gcc -Wall -c main.cformat.o: format.c  filesys.h	gcc -Wall -c format.csearchmap.o: searchmap.c filesys.h	gcc -Wall -c searchmap.cinodemanage.o: inodemanage.c filesys.h	gcc -Wall -c inodemanage.cblockmanage.o: blockmanage.c filesys.h	gcc -Wall -c blockmanage.cblockwr.o:blockwr.c filesys.h	gcc -Wall -c blockwr.cdirmanage.o:dirmanage.c filesys.h	gcc -Wall -c dirmanage.ccreate.o:create.c filesys.h	gcc -Wall -c create.cwritef.o:writef.c filesys.h	gcc -Wall -c writef.creadf.o:readf.c filesys.h	gcc -Wall -c readf.clib.o:lib.c filesys.h	gcc -Wall -c lib.caccess.o:access.c filesys.h	gcc -Wall -c access.clog.o:log.c filesys.h	gcc -Wall -c log.cload.o:load.c filesys.h	gcc -Wall -c load.crm.o:rm.c filesys.h	gcc -Wall -c rm.cclean:	rm $(objects)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -