# Get the macros used to build the simulation library
include ../../make.inc
INCLUDE += -I../../src

example: GenrFail.o sim.o GenrFail.h
	$(CXX) $(CFLAGS) GenrFail.o sim.o -L../../src -lthyme $(LIBS) 

clean:
	rm -f *.o a.out *.dat *.gnu
