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

Subversion Repositories copyblaze

[/] [copyblaze/] [trunk/] [copyblaze/] [sw/] [tools/] [asm/] [pBlazASM/] [cpBlazeMRG/] [Makefile] - Blame information for rev 5

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 5 ameziti
CC=gcc
2
CFLAGS=
3
 
4
C_SRCS += \
5
        ./cpBlazeMRG.c
6
 
7
EXE="./cpBlazeMRG.exe"
8
 
9
# All Target
10
all: $
11
        $(CC) $(CFLAGS) $(C_SRCS) -o $(EXE)
12
 
13
 
14
# Other Targets
15
clean:
16
        $(RM) $(OBJS)
17
        $(RM) $(EXE)
18
 
19
.PHONY: all clean
20
.SECONDARY:

powered by: WebSVN 2.1.0

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