Ignore:
Timestamp:
Aug 1, 2012, 4:31:12 PM (12 years ago)
Author:
karaoui
Message:

removing DUSTRIBUTED_SCHEDULER

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/memo/Makefile

    r187 r188  
    99INCLUDES = -Iinclude/libelfpp -Iinclude/libelfpp/elfpp -Iinclude/ -I../xml
    1010memo.x: $(SRCS) $(HDRS)
    11         #g++ -Wall -g $(SRCS) $(INCLUDES) -o memo.x
    12         g++ -Wall -g -DDISTRIBUTED_SCHEDULERS  $(SRCS) $(INCLUDES) -o memo.x
     11        #g++ -Wall -g -DDISTRIBUTED_SCHEDULERS  $(SRCS) $(INCLUDES) -o memo.x
     12        g++ -Wall -g $(SRCS) $(INCLUDES) -o memo.x
    1313
    1414debug: $(SRCS) $(HDRS)
Note: See TracChangeset for help on using the changeset viewer.