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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [tools/] [bin2exo/] [Makefile] - Rev 254

Compare with Previous | Blame | View Log

#
# Makefile for binary to S-record converter
#

BUILD = ../../build

.PHONY:         all install clean

all:            bin2exo

install:        bin2exo
                mkdir -p $(BUILD)/bin
                cp bin2exo $(BUILD)/bin

bin2exo:        bin2exo.c
                gcc -g -Wall -o bin2exo bin2exo.c

clean:
                rm -f *~ bin2exo

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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