hell/Makefile

6 lines
72 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
2023-12-05 07:42:14 -05:00
gcc lex.yy.c -lfl
2023-12-04 19:33:10 -05:00
clean:
2023-12-05 07:42:14 -05:00
rm lex.yy.c a.out