head	1.1;
access;
symbols;
locks
	imil:1.1; strict;
comment	@# @;


1.1
date	97.09.30.07.53.34;	author imil;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@# Makefile for StartSelector
# $Id$

CFLAGS= -I./GCUshell -I./ ./GCUshell/GCUshell.o \
	-g -o start -lncurses 

all: 
	$(CC) -c -g -o ./GCUshell/GCUshell.o ./GCUshell/GCUshell.c
	$(CC) $(CFLAGS) *.c



@
