From 1939ed019ba8cb3c6b76eae5e86219eb44c8b2a3 Mon Sep 17 00:00:00 2001 From: Maxwell Jeffress Date: Fri, 10 Apr 2026 20:25:38 +1000 Subject: [PATCH] fix makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 00c809c..5561874 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC = gcc -CFLAGS = -Wall -Wextra -Isrc/include -Iinclude -LDFLAGS = -ldl -rdynamic +CFLAGS = -Wall -Wextra -Isrc/include -Iinclude -ggdb +LDFLAGS = -ldl -rdynamic -ltram # Install paths PREFIX ?= /usr/local