From 122c2b4aa525df69a2e95d47e9b1202e02fc4301 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Mon, 10 Oct 2022 21:39:20 +0200 Subject: Some refactoring, and example code for comparing low-T probabilities to zero-T. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e7b1f6c..d9dd908 100644 --- a/Makefile +++ b/Makefile @@ -11,10 +11,10 @@ LIBS := -lrt all: excitation order uniform -uniform: uniform.cpp $(BLOSSOM_DIR)/blossom5.o +uniform: uniform.cpp $(BLOSSOM_DIR)/blossom5.o rbmp.hpp $(CXX) $(CFLAGS) $(BLOSSOM_DIR)/blossom5.o uniform.cpp -o $@ -order: order.cpp $(BLOSSOM_DIR)/blossom5.o +order: order.cpp $(BLOSSOM_DIR)/blossom5.o rbmp.hpp $(CXX) $(CFLAGS) $(BLOSSOM_DIR)/blossom5.o order.cpp -o $@ excitation: excitation.cpp $(BLOSSOM_DIR)/blossom5.o -- cgit v1.2.3-70-g09d2