#  - un'cpio' this in /usr/src or /usr/local/src or something - doesn't matter.
#  - do a 'make install' in the tetrix directory
#  - tetrix gets installed in /usr/lbin
#  - this will create a high score file in /usr/tmp, so doing it again
#    later on will erase high scores for the machine.

ODIR = OBJS
RDIR = RELS
SDIR = .
FILES = AdvanceP MoveL MoveR NewP Rotate tet
CFLAGS = -gxk=2l
*LFLAGS = -g
LFLAGS = -g -l=/h0/LIB/ncurses.l -l=/h0/LIB/os9lib.l

$(FILES): cc $(CFLAGS) -fd=$(ODIR) -r=$(RDIR) 
