Ignore:
Timestamp:
Jul 18, 2012, 4:59:19 PM (12 years ago)
Author:
karaoui
Message:

Adding BLOB type for vobj.
Don't forget to set as BLOB type the mapping_info vobj in the xml.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/memo/Makefile

    r165 r173  
    1111        g++ -Wall -g  $(SRCS) $(INCLUDES) -o memo.x
    1212
     13debug: $(SRCS) $(HDRS)
     14        g++ -Wall -DMOVER_DEBUG -g  $(SRCS) $(INCLUDES) -o debug.x
     15
     16check:
     17        test/check.sh
     18
    1319clean:
    14         rm memo.x
     20        rm *.x
Note: See TracChangeset for help on using the changeset viewer.