📄 makefile
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -