INC = ../src
SRC = ../src

options_t: options_t.cc $(SRC)/GlueXUserOptions.cc
	g++ -g -I $(INC) -o $@ $^	
