URL
https://opencores.org/ocsvn/fixed_extensions/fixed_extensions/trunk
Subversion Repositories fixed_extensions
[/] [fixed_extensions/] [trunk/] [sw/] [Makefile] - Rev 3
Go to most recent revision | Compare with Previous | Blame | View Log
CC = gcc
CFLAGS = -Wall -O2
EXE = .exe
all: gentestround
gentestround: gentestround.o
$(CC) gentestround.o -o gentestround
tidy:
rm -f *.o
clean:
rm -f *.o gentestround$(EXE)
Go to most recent revision | Compare with Previous | Blame | View Log