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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [stdalone/] [mkpart/] [mkptbl/] [Makefile] - Rev 259

Compare with Previous | Blame | View Log

#
# Makefile for generating a partition table
#

all:            parttbl

parttbl:        mkptbl disk.part
                ./mkptbl disk.part parttbl

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

clean:
                rm -f *~ mkptbl parttbl

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.