From b4945182089be5a04c9f7cf489d8d4af6840d7fc Mon Sep 17 00:00:00 2001 From: Scarlett Date: Wed, 12 Feb 2025 14:26:12 -0500 Subject: [PATCH] Update to match filename --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 088910d..e34c3a4 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ test: ./$(EXE) ./tests/test_operators.alpha ./$(EXE) ./tests/test_otherpunc.alpha ./$(EXE) ./tests/test_simpleIntTest.alpha - ./$(EXE) ./tests/test_simpleLiteral.alpha + ./$(EXE) ./tests/test_simpleLiterals.alpha clean: rm -f *.o