CFLAGS=	-O
BIN=	ax25ether ax25

all:	$(BIN)

shar:	
	shar README Makefile *.[ch81] > /tmp/x
	cat header /tmp/x > ax25.shar

clean:
	$(RM) *.o *~ $(BIN)
