fix makefile cause im dumb

This commit is contained in:
Liam Waldron 2023-12-05 07:41:13 -05:00
parent 080cbc9fb0
commit 229af3fd5b

View File

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