URL
https://opencores.org/ocsvn/logicprobe/logicprobe/trunk
Subversion Repositories logicprobe
[/] [logicprobe/] [trunk/] [tst/] [sim-c/] [Makefile] - Rev 11
Go to most recent revision | Compare with Previous | Blame | View Log
#
# Makefile to build a simulation of the test circuit
#
all: ref
ref: lfsr128
./lfsr128 >ref
lfsr128: lfsr128.c
gcc -Wall -o lfsr128 lfsr128.c
clean:
rm -f *~ lfsr128 ref
Go to most recent revision | Compare with Previous | Blame | View Log