CC=cc
CFLAGS=-Wall -Wno-parentheses -g
LDFLAGS=

all:		atmtcp read write clip br bw sonetdiag

#atmip:		atmip.o atmlib.o

clean:
		rm -f *.o core

spotless:	clean
		rm -f atmip atmtcp read write clip br bw sonetdiag
