CC=wr-cc

all: example.c
	$(CC) -rtp example.c state_machine.c -static -o example.vxe

clean:
	rm -f example.vxe