From b2451666ef1aec1aadc7bb54458f04542b4b7ccb Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Mon, 10 Oct 2022 14:31:51 +0200 Subject: Started implementation of Propp algorithm. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 84be93f..33c8b6c 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,10 @@ CXX = clang++ LD = ld.lld LIBS := -lrt -all: excitation order +all: excitation order uniform + +uniform: uniform.cpp $(BLOSSOM_DIR)/blossom5.o + $(CXX) $(CFLAGS) $(BLOSSOM_DIR)/blossom5.o uniform.cpp -o $@ order: order.cpp $(BLOSSOM_DIR)/blossom5.o $(CXX) $(CFLAGS) $(BLOSSOM_DIR)/blossom5.o order.cpp -o $@ -- cgit v1.2.3-70-g09d2