Ignore:
Timestamp:
Jul 22, 2012, 12:06:11 PM (12 years ago)
Author:
karaoui
Message:

updating libs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/apps/compile.mk

    r177 r178  
    1010
    1111%.o: %.c
    12         $(CC)  $(APP_INCLUDE) $(CFLAGS) -c -o  $@ $<
    13         $(DU) -D  $@ >  $@.txt
     12        $(CC)   $(APP_INCLUDE) $(CFLAGS) -I. -c -o  $@ $<
     13        $(DU)   -D  $@  >  $@.txt
    1414
    1515clean:
Note: See TracChangeset for help on using the changeset viewer.