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

Subversion Repositories hight

[/] [hight/] [trunk/] [sw/] [Makefile] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 truemind
CC = gcc
2
OBJS = hight.o hight_unit_test.o hight_test.o main.o
3
TARGET = hight
4
 
5
.SUFFIXES : .c .o
6
 
7
all : $(TARGET)
8
 
9
$(TARGET) : $(OBJS)
10
        $(CC) -o $@ $(OBJS)
11
 
12
clean :
13
        rm -f $(OBJS) $(TARGET)
14
 
15
run :
16
        ./$(TARGET) |tee run.log
17
 
18
rclean :
19
        rm -f run.log
20
 
21
 

powered by: WebSVN 2.1.0

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