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

Subversion Repositories eco32

[/] [eco32/] [tags/] [eco32-0.24/] [tools/] [bin2mcs/] [Makefile] - Diff between revs 40 and 211

Only display areas with differences | Details | Blame | View Log

Rev 40 Rev 211
#
#
# Makefile for binary to Intel hex converter
# Makefile for binary to Intel hex converter
#
#
BUILD = ../../build
BUILD = ../../build
.PHONY:         all install clean
.PHONY:         all install clean
all:            bin2mcs
all:            bin2mcs
install:        bin2mcs
install:        bin2mcs
                mkdir -p $(BUILD)/bin
                mkdir -p $(BUILD)/bin
                cp bin2mcs $(BUILD)/bin
                cp bin2mcs $(BUILD)/bin
bin2mcs:        bin2mcs.c
bin2mcs:        bin2mcs.c
                gcc -m32 -g -Wall -o bin2mcs bin2mcs.c
                gcc -m32 -g -Wall -o bin2mcs bin2mcs.c
clean:
clean:
                rm -f *~ bin2mcs
                rm -f *~ bin2mcs
 
 

powered by: WebSVN 2.1.0

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