idk why i made this lmao

This commit is contained in:
2023-12-04 19:33:10 -05:00
commit 080cbc9fb0
4 changed files with 45 additions and 0 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
all:
flex hell.l
gcc lex.yy.c -lfl
clean:
rm lex.yy.c a.out