yeah had to fix this one again

This commit is contained in:
Liam Waldron 2023-12-05 07:42:14 -05:00
parent 229af3fd5b
commit 3c441fd6c1

View File

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