From 17a61e200f40ff3390d78645f3bdda62a09042ce Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Tue, 25 Apr 2023 13:40:09 +0200 Subject: seitan: use functions from util.h --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2798a14..b7e2205 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ export OUTDIR COMMON_DIR := $(DIR)/common BIN := $(OUTDIR)seitan -SRCS := seitan.c $(COMMON_DIR)/common.c operations.c +SRCS := seitan.c $(COMMON_DIR)/common.c $(COMMON_DIR)/util.c operations.c HEADERS := $(COMMON_DIR)/common.h $(COMMON_DIR)/gluten.h \ $(COMMON_DIR)/numbers.h $(COMMON_DIR)/util.h operations.h -- cgit v1.2.3