Changes in uspace/app/tetris/Makefile [1ea99cc:fc0110d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/app/tetris/Makefile ¶
r1ea99cc rfc0110d 3 3 4 4 include $(LIBC_PREFIX)/Makefile.toolchain 5 include $(LIBC_PREFIX)/Makefile.app 5 6 LIBS = $(LIBC_PREFIX)/libc.a 6 7 7 8 OUTPUT = tetris … … 19 20 20 21 $(OUTPUT): $(OBJECTS) $(LIBS) 21 $(LD) -T $(L D_SCRIPT)$(OBJECTS) $(LIBS) $(LFLAGS) -o $@ -Map $(OUTPUT).map22 $(LD) -T $(LIBC_PREFIX)/arch/$(UARCH)/_link.ld $(OBJECTS) $(LIBS) $(LFLAGS) -o $@ -Map $(OUTPUT).map 22 23 23 24 clean:
Note:
See TracChangeset
for help on using the changeset viewer.