diff options
-rw-r--r-- | tests/unit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Makefile b/tests/unit/Makefile index adab09a..80b494f 100644 --- a/tests/unit/Makefile +++ b/tests/unit/Makefile @@ -4,7 +4,7 @@ COMMON_DIR := ../../common OP_DIR := ../../ -COOKER_DIR := ../../seitan-cooker +COOKER_DIR := ../../cooker DBG_DIR := ../../debug SRCS_FILTER := $(COOKER_DIR)/filter.c $(DBG_DIR)/disasm.c |