Changeset 824 for soft/giet_vm/applications/transpose/Makefile
- Timestamp:
- Nov 26, 2016, 7:33:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/transpose/Makefile
r708 r824 8 8 APP_NAME = transpose 9 9 10 OBJS = transpose.o10 OBJS = transpose.o 11 11 12 12 LIBS= -L../../build/libs -luser … … 16 16 LIB_DEPS = ../../build/libs/libuser.a 17 17 18 appli.elf: $(OBJS) $(APP_NAME).ld $(LIBS_DEPS) 18 appli.elf: $(OBJS) $(APP_NAME).ld $(LIBS_DEPS) $(APP_NAME).py 19 19 $(LD) -o $@ -T $(APP_NAME).ld $(OBJS) $(LIBS) 20 20 $(DU) -D $@ > $@.txt
Note: See TracChangeset
for help on using the changeset viewer.