all: esp rpt exec.bin
	./tryall.sperl

clean:
	rm -f esp rpt *.o *~ core

######
# To make exec.bin, you'll have to run:  as86 -b exec.bin exec.a86
# and then, you remove the 5 first and 5 last bytes with a binary editor (beav)
# I provide the source here to make you understand how it works.
#
#                                                Willy
