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

Subversion Repositories copyblaze

[/] [copyblaze/] [trunk/] [copyblaze/] [sw/] [tools/] [asm/] [pBlazASM/] [cpBlazeMRG/] [Makefile] - Rev 5

Compare with Previous | Blame | View Log

CC=gcc
CFLAGS=

C_SRCS += \
        ./cpBlazeMRG.c

EXE="./cpBlazeMRG.exe"

# All Target
all: $
        $(CC) $(CFLAGS) $(C_SRCS) -o $(EXE)

        
# Other Targets
clean:
        $(RM) $(OBJS)
        $(RM) $(EXE)

.PHONY: all clean
.SECONDARY:

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.