Changes in uspace/app/tetris/Makefile [fc0110d:1ea99cc] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/app/tetris/Makefile ¶
rfc0110d 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.