makefile

来自「linux下的VTPplayer驱动程序」· 代码 · 共 14 行

TXT
14
字号
libvtplayer.a: libvtplayer.o	ar rc libvtplayer.a libvtplayer.o	ranlib libvtplayer.alibvtplayer.o: libvtplayer.c libvtplayer.h	gcc -c libvtplayer.ctest: libvtplayer.a vtp_test.c	gcc -c vtp_test.c	gcc -o vtp_test vtp_test.o -L. -lvtplayerclean:	rm vtp_test.o libvtplayer.o libvtplayer.a .* *~ vtp_test

⌨️ 快捷键说明

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