From 907e5ad4c33efe2c9e35ba60b3fe7979e1120166 Mon Sep 17 00:00:00 2001 From: standenboy Date: Tue, 7 May 2024 15:00:06 +0100 Subject: fixed mem leak in proto --- comp/lucas-standen-NEA/code/proto/ast/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'comp/lucas-standen-NEA/code/proto/ast/Makefile') diff --git a/comp/lucas-standen-NEA/code/proto/ast/Makefile b/comp/lucas-standen-NEA/code/proto/ast/Makefile index e11e20f..6074b00 100644 --- a/comp/lucas-standen-NEA/code/proto/ast/Makefile +++ b/comp/lucas-standen-NEA/code/proto/ast/Makefile @@ -1,4 +1,4 @@ all: astg ast.c - cc ast.c astg.o -o ast + cc -ggdb ast.c astg.o -o ast astg: astg.c - cc astg.c -c -o astg.o + cc -ggdb astg.c -c -o astg.o -- cgit v1.2.3