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

Subversion Repositories igor

[/] [igor/] [trunk/] [avr/] [tools/] [Makefile] - Blame information for rev 4

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 4 atypic
# Makefile for igor tools
2
CC= gcc
3
CFLAGS=
4
 
5
TARGETS= formatsd readbs serialdmp
6
 
7
all: $(TARGETS)
8
 
9
formatsd:
10
        $(CC) $(CFLAGS) -o formatsd formatsd.c
11
readbs:
12
        $(CC) $(CFLAGS) -o readbs readbs.c
13
serialdmp:
14
        $(CC) $(CFLAGS) -o serialdmp serialdmp.c
15
clean:
16
        rm -f $(TARGETS)

powered by: WebSVN 2.1.0

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