################################################################
# Makefile for show_live directory
################################################################

TOP	= ../../..
include $(TOP)/mk/boilerplate.mk

PROGRAM = $(PROGDIR)/show_live
SRC_FILES = $(CC_FILES)
CCCINCLUDE += -I../../TestPrograms 
LIBS	+= 

include $(TOP)/mk/target.mk

################################################################
# End
################################################################
