Changeset 1ea99cc in mainline for uspace/app/tetris/Makefile
- Timestamp:
- 2009-08-20T20:47:35Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b50b5af2
- Parents:
- 24edc18
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tetris/Makefile
r24edc18 r1ea99cc 3 3 4 4 include $(LIBC_PREFIX)/Makefile.toolchain 5 6 LIBS = $(LIBC_PREFIX)/libc.a 5 include $(LIBC_PREFIX)/Makefile.app 7 6 8 7 OUTPUT = tetris … … 20 19 21 20 $(OUTPUT): $(OBJECTS) $(LIBS) 22 $(LD) -T $(L IBC_PREFIX)/arch/$(UARCH)/_link.ld$(OBJECTS) $(LIBS) $(LFLAGS) -o $@ -Map $(OUTPUT).map21 $(LD) -T $(LD_SCRIPT) $(OBJECTS) $(LIBS) $(LFLAGS) -o $@ -Map $(OUTPUT).map 23 22 24 23 clean:
Note:
See TracChangeset
for help on using the changeset viewer.