SRCS = $(wildcard *.cpp)
OBJS = $(SRCS:%.cpp=%.o)
BINS = genTemplate

include $(ISISROOT)/make/isismake.apps
