CC	=	gcc
CFLAGS	=	-Wall
PROGS	=	cgen3

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

cgen3:	cgen3.o
