Changeset 172


Ignore:
Timestamp:
Jul 18, 2012, 4:49:36 PM (12 years ago)
Author:
leroy
Message:

Making that Makefile self-compiling in hello app

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/apps/hello/Makefile

    r162 r172  
    55USES=$(patsubst %,$(BUILD_PATH)/$(LIB_NAME)/%,$(USE))
    66
    7 OBJS= main.o
     7OBJS    =       main.o
     8
     9TRASH   ?=      /dev/null
    810
    911all: $(APP_NAME).elf
     
    2224clean:
    2325        rm -f *.o *.elf *.txt core *~ 2>$(TRASH)
    24         rm $(BIN_NAME_PATH) 2>$(TRASH)
     26        rm -f $(BIN_NAME_PATH) 2>$(TRASH)
Note: See TracChangeset for help on using the changeset viewer.