Ignore:
Timestamp:
Mar 31, 2016, 12:01:42 PM (8 years ago)
Author:
alain
Message:

Cosmetic.

File:
1 edited

Legend:

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

    r800 r813  
    2020INCLUDES = -I.  -I../..  -I../../giet_libs  -I../../giet_xml 
    2121
    22 LIB_DEPS = ../../build/libs/libuser.a
     22LIB_DEPS = ../../build/libs/libuser.a  ../../build/libmath.a
    2323
    2424CFLAGS := -O2 -g -Wall -fomit-frame-pointer -mno-gpopt -fno-delete-null-pointer-checks
     
    2828.PHONY: clean
    2929
    30 appli.elf: $(OBJS) $(APP_NAME).ld $(LIBS_DEPS)
     30appli.elf: $(OBJS) $(APP_NAME).ld $(LIBS_DEPS) $(APP_NAME).py
    3131        $(LD) -o $@ -T $(APP_NAME).ld $(OBJS) $(LIBS)
    3232        $(DU) -D $@ > $@.txt
Note: See TracChangeset for help on using the changeset viewer.