SRCS = $(wildcard *.cpp)
OBJS = $(SRCS:%.cpp=%.o)
BINS = $(shell basename `pwd`)

include $(ISISROOT)/make/isismake.apps
