makefile

来自「Graphics Gems 源码 a collection of algorit」· 代码 · 共 13 行

TXT
13
字号
# Makefile for scantest, test program for generic convex polygon scan conversion## Note: fancytest.c needs a main routine and several auxiliary routines# in order to be compiled.CFLAGS = $(GENCFLAGS)scantest: scantest.o poly_scan.o poly.o	$(CC) $(CFLAGS) -o scantest scantest.o poly_scan.o poly.o -lmclean:	/bin/rm -f scantest.o poly_clip.o poly_scan.o poly.o scantest

⌨️ 快捷键说明

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