Changeset c0e674a in mainline for tetris/Makefile


Ignore:
Timestamp:
2006-05-31T16:15:44Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5052046
Parents:
b27a97bb
Message:

Fix incorrect timeout handling in async framework.
Start tweak the tetris code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tetris/Makefile

    rb27a97bb rc0e674a  
    66
    77OUTPUT = tetris
    8 SOURCES = shapes.c tetris.c scores.c input.c screen.c
     8SOURCES = shapes.c scores.c input.c tetris.c screen.c
    99OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
    1010
Note: See TracChangeset for help on using the changeset viewer.