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

Subversion Repositories test_project

[/] [test_project/] [trunk/] [sw/] [utils/] [or32-idecode/] [Makefile] - Diff between revs 27 and 31

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 27 Rev 31
Line 9... Line 9...
        @echo "Run the program with an example: ./$(APP) < example_input"
        @echo "Run the program with an example: ./$(APP) < example_input"
        @echo
        @echo
        @echo "For usage: ./$(APP) -h"
        @echo "For usage: ./$(APP) -h"
        @echo
        @echo
%.o: %.c
%.o: %.c
        $(CC) -c $*.c -o $*.o
        $(CC) -O2 -c $*.c -o $*.o
 
 
clean:
clean:
        rm -f *.o $(APP) *~
        rm -f *.o $(APP) *~

powered by: WebSVN 2.1.0

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