hell/Makefile

6 lines
99 B
Makefile
Raw Normal View History

2023-12-04 19:33:10 -05:00
all:
2023-12-05 07:41:13 -05:00
flex compiler/hell.l
gcc compiler/lex.yy.c -lfl
2023-12-04 19:33:10 -05:00
clean:
2023-12-05 07:41:13 -05:00
rm compiler/lex.yy.c compiler/a.out