memxtract:
	gcc -o ..//bin/memxtract memxtract.c
	make tidy

mem2ascii:
	gcc -o ..//bin/mem2ascii mem2ascii.c
	make tidy

tidy:
	/bin/rm -f *~ *.o
