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