📄 makefile
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -