Ignore:
Timestamp:
Nov 26, 2016, 7:33:20 PM (8 years ago)
Author:
alain
Message:

bloup

File:
1 edited

Legend:

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

    r708 r824  
    88APP_NAME = transpose
    99
    10 OBJS= transpose.o
     10OBJS = transpose.o
    1111
    1212LIBS= -L../../build/libs -luser
     
    1616LIB_DEPS = ../../build/libs/libuser.a
    1717
    18 appli.elf: $(OBJS) $(APP_NAME).ld $(LIBS_DEPS)
     18appli.elf: $(OBJS) $(APP_NAME).ld $(LIBS_DEPS) $(APP_NAME).py
    1919        $(LD) -o $@ -T $(APP_NAME).ld $(OBJS) $(LIBS)
    2020        $(DU) -D $@ > $@.txt
Note: See TracChangeset for help on using the changeset viewer.