makefile
来自「[Game.Programming].Academic - Graphics G」· 代码 · 共 12 行
TXT
12 行
CC = ccCFLAGS = -I/usr/ph/include -DSTANDALONE_TESTtest: test.o smooth.o $(CC) -o test test.o smooth.o -lmclean: rm -f *.o testsmooth.o: smooth.htest.o: smooth.h
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?