OpenCores
URL https://opencores.org/ocsvn/eco32/eco32/trunk

Subversion Repositories eco32

[/] [eco32/] [trunk/] [tools/] [bin2dat/] [Makefile] - Blame information for rev 325

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 283 hellwig
#
2
# Makefile for binary to simulation data converter
3
#
4
 
5
BUILD = ../../build
6
 
7
.PHONY:         all install clean
8
 
9
all:            bin2dat
10
 
11
install:        bin2dat
12
                mkdir -p $(BUILD)/bin
13
                cp bin2dat $(BUILD)/bin
14
 
15
bin2dat:        bin2dat.c
16
                gcc -g -Wall -o bin2dat bin2dat.c
17
 
18
clean:
19
                rm -f *~ bin2dat

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.