From de52585a1b2736a6a788ebc57000d7496f259e64 Mon Sep 17 00:00:00 2001 From: A404M Date: Sun, 9 Feb 2025 01:32:06 +0330 Subject: fix some memory leak --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index afdc991..bb3df23 100644 --- a/Makefile +++ b/Makefile @@ -59,6 +59,10 @@ val-test: $(EXEC_FILE) gdb-test: $(EXEC_FILE) gdb $(EXEC_FILE) test/main.felan build/out +test-all: $(EXEC_FILE) + $(EXEC_FILE) test/main.felan + $(EXEC_FILE) test/one_million.felan + # $@ = left hand of : # $< = right hand of : first one of them # $^ = right hand of : all -- cgit v1.2.3