From 7a19179b0f0e22a372eacb791d2ac86155da9e11 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sun, 22 Sep 2024 23:41:30 -0400 Subject: add global makefile, update tests --- config.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 4586fb9..dcc3bcf 100644 --- a/config.mk +++ b/config.mk @@ -8,6 +8,8 @@ CFLAGS += -Wall -Wextra -pedantic CFLAGS += -Wno-initializer-overrides CFLAGS += -O0 -g +PREFIX=/usr/local + # ======================== CONFIG OPTIONS == # # MAX LEX LENGTH -- cgit v1.2.3-freya