From 5d46c19b25a05a289ccecfa38bc0be849af87877 Mon Sep 17 00:00:00 2001 From: A404M Date: Fri, 24 Jan 2025 04:12:03 +0330 Subject: add types and type checking (not complete) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4e1eb13..afdc991 100644 --- a/Makefile +++ b/Makefile @@ -56,6 +56,9 @@ test: $(EXEC_FILE) val-test: $(EXEC_FILE) valgrind --log-file="val.log" --leak-check=full --track-origins=yes --show-leak-kinds=all -s $(EXEC_FILE) test/main.felan build/out +gdb-test: $(EXEC_FILE) + gdb $(EXEC_FILE) test/main.felan build/out + # $@ = left hand of : # $< = right hand of : first one of them # $^ = right hand of : all -- cgit v1.2.3