CC	=	gcc
CFLAGS	=	-Wall
PROGS	=	cgen5

all:	$(PROGS)
clean:
	/bin/rm -f $(PROGS) *.o core

cgen5:	cgen5.o
