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

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

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