all: 
		gcc -O asc2bin.c -o asc2bin 
		gcc -O bin2asc.c -o bin2asc
		gcc -O showpreamble.c -o showpreamble

