include $(ALPS_ROOT)/share/alps/include.mk

ising: ising.cpp
	$(CXX) -Wall $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) $(LIBS) -o ising ising.cpp