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

Subversion Repositories copyblaze

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /copyblaze/trunk/copyblaze/sw
    from Rev 2 to Rev 5
    Reverse comparison

Rev 2 → Rev 5

/tools/asm/pBlazASM/cpBlazeMRG/Makefile
0,0 → 1,20
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:

powered by: WebSVN 2.1.0

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