makefile

来自「Schifra Reed-Solomon Error Correcting C」· 代码 · 共 12 行

TXT
12
字号
# Makefile for sequential decoder test routine# If you don't have -lm387, simply remove the reference# Change CC= to the name of your C compilerCFLAGS=-O4CC=gccseqtest: seqtest.o sim.o fano.o metrics.o tab.o	$(CC) -o seqtest seqtest.o sim.o fano.o metrics.o tab.o -lm387 \	-lcurses -ltermcap -lm

⌨️ 快捷键说明

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