
LDFLAGS	= -lm -lncurses -Wall
CFLAGS	= -O2
# on non-linux systems, you may need to change the above, e.g. to
# add libraries needed for network (-lxnet on Solaris), appropriate
# optimization options for your compiler or an explicit  CC = gcc .

ao40tlmview:	ao40tlmview.c

