Project

General

Profile

Statistics
| Branch: | Revision:

root / prex-0.9.0 / usr / sample / tetris / Makefile @ 03e9c04a

History | View | Annotate | Download (147 Bytes)

1 03e9c04a Brad Neuman
TARGET=	tetris
2
SRCS=	shapes.c tetris.c input.c screen.c
3
4
#MAP=		tetris.map
5
#DISASM=		tetris.lst
6
#SYMBOL=		tetris.sym
7
8
include $(SRCDIR)/mk/prog.mk