📄 makefile
字号:
#Joseph O'Rourke#Questions to orourke@cs.smith.edu#make sphere: compiles sphere.c#make cube: compiles cube.c#make spiral: compiles spiral.c#-----------------------------------------sphere: sphere.o gcc -o sphere sphere.o -lmsphere.o: sphere.c gcc -c sphere.c#-----------------------------------------cube: cube.o gcc -o cube cube.o -lmcube.o: cube.c gcc -c cube.c#-----------------------------------------#-----------------------------------------spiral: spiral.o gcc -o spiral spiral.o -lmspiral.o: spiral.c gcc -c spiral.c#-----------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -