Ignore:
Timestamp:
Mar 15, 2016, 6:35:28 PM (8 years ago)
Author:
meunier
Message:
  • Adding the parallel version of rosenfeld
File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/rosenfeld/Makefile

    r798 r805  
    11
    22# -- Paths ----------
    3 SRC_PATH = src
     3SRC_PATH = src-par
    44OBJ_PATH = obj
    55EXE_PATH = bin
     
    4242
    4343
    44 CFLAGSW := -Wredundant-decls -Wdisabled-optimization -Winline -Wpointer-arith -Wsign-compare -Wendif-labels -Wno-unused-function
     44CFLAGSW := -Wredundant-decls -Wdisabled-optimization -Winline -Wpointer-arith -Wsign-compare -Wendif-labels -Wno-unused-function -Wno-unused-variable
    4545
    4646# -- Flags ----------
Note: See TracChangeset for help on using the changeset viewer.