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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [stdalone/] [twotasks-1/] [dump/] [Makefile] - Blame information for rev 259

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 18 hellwig
#
2
# Makefile for dump utility
3
#
4
 
5
.PHONY:         all install clean
6
 
7
all:            dump
8
 
9
install:        dump
10
 
11
dump:           dump.c
12 259 hellwig
                gcc -g -Wall -o dump dump.c
13 18 hellwig
 
14
clean:
15
                rm -f *~ dump

powered by: WebSVN 2.1.0

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