makefile

来自「[Game.Programming].Academic - Graphics G」· 代码 · 共 8 行

TXT
8
字号
CC = gcctest_hdp: test_hdp.o hdp.o	$(CC) -o test_hdp test_hdp.o hdp.oclean:	rm -f *.o test_hdp

⌨️ 快捷键说明

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