OpenCores
URL https://opencores.org/ocsvn/kiss-board/kiss-board/trunk

Subversion Repositories kiss-board

[/] [kiss-board/] [tags/] [initial/] [kiss-board_soc/] [sw/] [utils/] [Makefile] - Rev 11

Compare with Previous | Blame | View Log

PROGRAMS = bin2c bin2srec bin2flimg bin2hex bin2uart bin2bin
# NB: 'loader' not in that list

CC     = gcc
CFLAGS = -O2 -Wall

% : %.c
        @/bin/rm -f $@
        $(CC) -o $@ $(CFLAGS) $<

all: $(PROGRAMS)

# redundant stanza:
loader: loader.c
        $(CC) -o $@ $(CFLAGS) $<

clean:
        /bin/rm -f *.exe *.o $(PROGRAMS) *~ *.bak

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.