makefile
来自「[Game.Programming].Academic - Graphics G」· 代码 · 共 13 行
TXT
13 行
CFLAGS = -g -I..all: intsph.o inttor.ointsph.o: intsph.c cc $(CFLAGS) -c intsph.c -o intsph.ointtor.o: inttor.c cc $(CFLAGS) -c inttor.c -o inttor.oclean: /bin/rm -f intsph.o inttor.o
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?