Changeset c0e674a in mainline for tetris/Makefile
- Timestamp:
- 2006-05-31T16:15:44Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5052046
- Parents:
- b27a97bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tetris/Makefile
rb27a97bb rc0e674a 6 6 7 7 OUTPUT = tetris 8 SOURCES = shapes.c tetris.c scores.c input.c screen.c8 SOURCES = shapes.c scores.c input.c tetris.c screen.c 9 9 OBJECTS := $(addsuffix .o,$(basename $(SOURCES))) 10 10
Note:
See TracChangeset
for help on using the changeset viewer.