all: genc obj es

genc:
	esterel -simul rrc.strl

obj:
	gcc -w -c rrc.c rrc_data.c

es:
	xes rrc.o rrc_data.o
