⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.input

📁 最新delaunay 算法源代码
💻 INPUT
字号:
LIB = -lmall: lib main.o del_impl.o 	$(CC) $(OFLAGS) -I./include -L./lib ./bin/main.o -lm -ldel -o ./bin/test	rm ./bin/*.odel_impl.o: ./include/del_interface.hpp ./src/del_impl.cpp ./include/assert.hpp ./include/dpoint.hpp	$(CC) $(TFLAGS) \	$(OFLAGS) -I./include -O ./src/del_impl.cpp -c -o ./bin/del_impl.oassert.o: ./include/assert.hpp ./src/assert.cpp	$(CC) $(OFLAGS) -I./include -c  ./src/assert.cpp -o ./bin/assert.omain.o:	./include/del_interface.hpp ./src/main.cpp ./src/assert.cpp	$(CC) $(OFLAGS) -I./include -c  ./src/main.cpp -o ./bin/main.o	lib: del_impl.o assert.o	ar rcs ./lib/libdel.a ./bin/del_impl.o ./bin/assert.o

⌨️ 快捷键说明

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