
all:   ctype.P

clean:
	rm -f ctype.P ctype_generator 
	rm -f *.O *-tmp-*

ctype.P: ctype_generator
	./ctype_generator > ctype.P

