all:
	gcc -DMAIN 8051.c `pkg-config --cflags r_util`

clean:
	rm -f a.out
