URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [stdalone/] [mkpart/] [mkptbl/] [Makefile] - Rev 50
Go to most recent revision | 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 -m32 -g -Wall -o mkptbl mkptbl.c
clean:
rm -f *~ mkptbl parttbl
Go to most recent revision | Compare with Previous | Blame | View Log