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: all:
flex hell.l flex compiler/hell.l
gcc lex.yy.c -lfl gcc compiler/lex.yy.c -lfl
clean: clean:
rm lex.yy.c a.out rm compiler/lex.yy.c compiler/a.out