From cfd44621d51b988905358a8122a3e55b13466180 Mon Sep 17 00:00:00 2001 From: Jacob Date: Sat, 18 Jan 2025 10:43:18 -0500 Subject: [PATCH] Whoops a bit overzealous with search and replace. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index edf681f..deca275 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ CFLAGS = -Wall -DDBG -ggdb LDFLAGS = -lm BATS = bats BISON = bison -PRINT = $(PRINT) +PRINT = echo -e SRC_FILES = $(wildcard $(SRC_DIR)/*.c) OBJ_FILES = $(patsubst $(SRC_DIR)/%.c, $(OBJ_DIR)/%.o, $(SRC_FILES))