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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [tools/] [shserout/] [Makefile] - Rev 305

Compare with Previous | Blame | View Log

#
# Makefile for "shserout" tool
#

BUILD = ../../build

.PHONY:         all install clean

all:            shserout

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

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

clean:
                rm -f *~ shserout

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.