ran make file to display all .tok files

This commit is contained in:
Partho Bhattacharya
2025-02-13 19:00:43 -05:00
parent 3596a5e21f
commit 90407da44c
14 changed files with 2720 additions and 2 deletions

View File

@ -16,7 +16,10 @@ flex.o: lex.yy.c typedefs.h
lex.yy.c: lexicalStructure.lex
$(FLEX) -o lex.yy.c $(LEX)
debug: CFLAGS += -DDEBUG=1
debug: clean runner
test:
./$(EXE) ./tests/test_comments.alpha
./$(EXE) ./tests/test_generalTokenTest.alpha