makefile
来自「Sequence code Fano 算法」· 代码 · 共 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 compiler
CFLAGS=-O4
CC=gcc
seqtest: 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 + -
显示快捷键?